# $Id: Portfile,v 1.3 2004/01/01 15:02:09 mww Exp $ PortSystem 1.0 name lbreakout2 version 2.5beta-3 revision 2 categories games platforms darwin maintainers mww@opendarwin.org 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. homepage http://lgames.sourceforge.net/index.php?project=LBreakout2 master_sites sourceforge:lgames checksums md5 eff7e1e961f33e80e2c3a7f04daf69de depends_lib lib:libsdl:libsdl \ lib:libsdl_mixer:libsdl_mixer \ lib:libpng:libpng configure.env CFLAGS=-I${prefix}/include \ LDFLAGS=-L${prefix}/lib configure.args --enable-warp \ --with-doc-path=${prefix}/share/doc \ --with-highscore-path=${prefix}/var/lib/games/ variant darwin { post-destroot { file mkdir ${destroot}/Applications/DarwinPorts/LBreakout2.app/Contents/MacOS system "ln -s ${prefix}/bin/lbreakout2 \ ${destroot}/Applications/DarwinPorts/LBreakout2.app/Contents/MacOS/LBreakout2" } }