Revision: 38841 http://trac.macosforge.org/projects/macports/changeset/38841 Author: ryandesign@macports.org Date: 2008-08-01 02:27:41 -0700 (Fri, 01 Aug 2008) Log Message: ----------- lbreakout2: whitespace changes only Modified Paths: -------------- trunk/dports/games/lbreakout2/Portfile Modified: trunk/dports/games/lbreakout2/Portfile =================================================================== --- trunk/dports/games/lbreakout2/Portfile 2008-08-01 09:22:58 UTC (rev 38840) +++ trunk/dports/games/lbreakout2/Portfile 2008-08-01 09:27:41 UTC (rev 38841) @@ -1,49 +1,51 @@ # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name lbreakout2 -version 2.6beta-7 -categories games -platforms darwin -maintainers nomaintainer -description Breakout clone, that won the No Starch Press SDL Game Contest. -long_description The successor to LBreakout offers you a new challenge \ - in more than 50 levels with loads of new bonuses \ - (goldshower, joker, explosive balls, bonus magnet \ - ...), maluses (chaos, darkness, weak balls, malus \ - magnet ...) and special bricks (growing bricks, \ - explosive bricks, regenerative bricks ...). If you \ - are still hungry for more after that you can create \ - your own levelsets with the integrated level editor. \ - This game won the No Starch Press SDL Game Contest. +name lbreakout2 +version 2.6beta-7 +categories games +platforms darwin +maintainers nomaintainer -homepage http://lgames.sourceforge.net/index.php?project=LBreakout2 -master_sites sourceforge:lgames -checksums md5 bccede972d2f73612c47ca6a5aa9770e \ - sha1 7d1c718bdcf3146c0992538c297e8f6fa4adb603 \ - rmd160 137735e838e7357506527f5c827e257302bba21f +description Breakout clone, that won the No Starch Press SDL Game Contest. +long_description The successor to LBreakout offers you a new challenge \ + in more than 50 levels with loads of new bonuses \ + (goldshower, joker, explosive balls, bonus magnet \ + ...), maluses (chaos, darkness, weak balls, malus \ + magnet ...) and special bricks (growing bricks, \ + explosive bricks, regenerative bricks ...). If you \ + are still hungry for more after that you can create \ + your own levelsets with the integrated level editor. \ + This game won the No Starch Press SDL Game Contest. -depends_lib port:libsdl \ - port:libsdl_mixer \ - port:libpng \ - port:libsdl_net \ - port:gettext +homepage http://lgames.sourceforge.net/index.php?project=LBreakout2 +master_sites sourceforge:lgames -patchfiles patch-client_Makefile.in.diff \ - patch-server_Makefile.in.diff +checksums md5 bccede972d2f73612c47ca6a5aa9770e \ + sha1 7d1c718bdcf3146c0992538c297e8f6fa4adb603 \ + rmd160 137735e838e7357506527f5c827e257302bba21f -configure.args --enable-warp \ - --disable-sdltest \ - --enable-sdl-net \ - --with-highscore-path=${prefix}/var/lib/games/ +depends_lib port:libsdl \ + port:libsdl_mixer \ + port:libpng \ + port:libsdl_net \ + port:gettext -destroot.destdir DESTDIR=${destroot} doc_dir=${prefix}/share/doc +patchfiles patch-client_Makefile.in.diff \ + patch-server_Makefile.in.diff -platform darwin { - post-destroot { - file mkdir ${destroot}/Applications/MacPorts/LBreakout2.app/Contents/MacOS - system "ln -s ${prefix}/bin/lbreakout2 \ - ${destroot}/Applications/MacPorts/LBreakout2.app/Contents/MacOS/LBreakout2" - } +configure.args --enable-warp \ + --disable-sdltest \ + --enable-sdl-net \ + --with-highscore-path=${prefix}/var/lib/games/ + +destroot.destdir DESTDIR=${destroot} doc_dir=${prefix}/share/doc + +platform darwin { + post-destroot { + file mkdir ${destroot}/Applications/MacPorts/LBreakout2.app/Contents/MacOS + system "ln -s ${prefix}/bin/lbreakout2 \ + ${destroot}/Applications/MacPorts/LBreakout2.app/Contents/MacOS/LBreakout2" + } }
participants (1)
-
ryandesign@macports.org