Revision: 38851 http://trac.macosforge.org/projects/macports/changeset/38851 Author: ryandesign@macports.org Date: 2008-08-01 03:32:10 -0700 (Fri, 01 Aug 2008) Log Message: ----------- 2Pong: whitespace changes only Modified Paths: -------------- trunk/dports/games/2Pong/Portfile Modified: trunk/dports/games/2Pong/Portfile =================================================================== --- trunk/dports/games/2Pong/Portfile 2008-08-01 10:29:07 UTC (rev 38850) +++ trunk/dports/games/2Pong/Portfile 2008-08-01 10:32:10 UTC (rev 38851) @@ -1,31 +1,32 @@ # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name 2Pong -version 0.6 -categories games -platforms darwin -maintainers nomaintainer -description Pong game with 2 balls, 2 and 4 player support -long_description ${description} +name 2Pong +version 0.6 +categories games +platforms darwin +maintainers nomaintainer -homepage http://twopong.sourceforge.net/ -master_sites sourceforge:twopong -checksums md5 55d54deb30f079d4b2684b7f7c8ab57f -use_bzip2 yes +description Pong game with 2 balls, 2 and 4 player support +long_description ${description} -depends_lib bin:sdl-config:libsdl \ - lib:libSDL_image:libsdl_image \ - lib:libSDL_mixer:libsdl_mixer +homepage http://twopong.sourceforge.net/ +master_sites sourceforge:twopong +checksums md5 55d54deb30f079d4b2684b7f7c8ab57f +use_bzip2 yes -use_configure no +depends_lib bin:sdl-config:libsdl \ + lib:libSDL_image:libsdl_image \ + lib:libSDL_mixer:libsdl_mixer -build.args CFLAGS="-I${prefix}/include -I${prefix}/include/SDL" +use_configure no -destroot.destdir PRE=${destroot}${prefix} +build.args CFLAGS="-I${prefix}/include -I${prefix}/include/SDL" -post-destroot { - xinstall -d -m 755 ${destroot}/Applications/MacPorts/2Pong.app/Contents/MacOS - system "ln -s ${prefix}/bin/2Pong ${destroot}/Applications/MacPorts/2Pong.app/Contents/MacOS/2Pong" +destroot.destdir PRE=${destroot}${prefix} + +post-destroot { + xinstall -d -m 755 ${destroot}/Applications/MacPorts/2Pong.app/Contents/MacOS + system "ln -s ${prefix}/bin/2Pong ${destroot}/Applications/MacPorts/2Pong.app/Contents/MacOS/2Pong" }
participants (1)
-
ryandesign@macports.org