Revision: 38870 http://trac.macosforge.org/projects/macports/changeset/38870 Author: ryandesign@macports.org Date: 2008-08-01 04:46:09 -0700 (Fri, 01 Aug 2008) Log Message: ----------- defendguin: whitespace changes only Modified Paths: -------------- trunk/dports/games/defendguin/Portfile Modified: trunk/dports/games/defendguin/Portfile =================================================================== --- trunk/dports/games/defendguin/Portfile 2008-08-01 11:41:50 UTC (rev 38869) +++ trunk/dports/games/defendguin/Portfile 2008-08-01 11:46:09 UTC (rev 38870) @@ -1,62 +1,62 @@ # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name defendguin -version 0.0.11 -categories games -platforms darwin -maintainers nomaintainer -description clone of the classic arcade game Defender -long_description Defendguin is based loosely on Williams classic \ - arcade game, Defender. Some recognizable stars in \ - the realm of modern operating systems should be fairly \ - obvious. Story: A certain monopoly-owning bad guy has \ - been cloned hundreds of times by an unknown alien \ - race. They are now attacking earth, kidnapping little \ - penguinoids and converting them into mutants. Helping \ - them on their way are some other nasty alien ships, of \ - which there are plenty... +name defendguin +version 0.0.11 +categories games +platforms darwin +maintainers nomaintainer -homepage http://www.newbreedsoftware.com/defendguin/ -master_sites ftp://ftp.billsgames.com/unix/x/defendguin/src/ +description clone of the classic arcade game Defender +long_description Defendguin is based loosely on Williams classic \ + arcade game, Defender. Some recognizable stars in \ + the realm of modern operating systems should be fairly \ + obvious. Story: A certain monopoly-owning bad guy has \ + been cloned hundreds of times by an unknown alien \ + race. They are now attacking earth, kidnapping little \ + penguinoids and converting them into mutants. Helping \ + them on their way are some other nasty alien ships, of \ + which there are plenty... -checksums \ - md5 c8040e39f199c5338625066025ec2395 \ - sha1 e7d9e31aebe5d43d854170fcbbf82eaf8daa4ea4 \ - rmd160 383c40d5091aad917b290506cd1e1527531e106c +homepage http://www.newbreedsoftware.com/defendguin/ +master_sites ftp://ftp.billsgames.com/unix/x/defendguin/src/ -depends_lib port:libsdl \ - port:libsdl_mixer +checksums md5 c8040e39f199c5338625066025ec2395 \ + sha1 e7d9e31aebe5d43d854170fcbbf82eaf8daa4ea4 \ + rmd160 383c40d5091aad917b290506cd1e1527531e106c -use_configure no +depends_lib port:libsdl \ + port:libsdl_mixer -build.env CFLAGS=-I${prefix}/include \ - LDFLAGS=-L${prefix}/lib +use_configure no -build.args PREFIX=${prefix} \ - JOY=NO +build.env CFLAGS=-I${prefix}/include \ + LDFLAGS=-L${prefix}/lib -destroot.args PREFIX=${destroot}${prefix} \ - MAN_PREFIX=${destroot}${prefix}/share +build.args PREFIX=${prefix} \ + JOY=NO -post-destroot { - set docdir ${destroot}${prefix}/share/doc/${name}-${version} - xinstall -d ${docdir} - xinstall -W ${worksrcpath}/docs \ - AUTHORS.txt \ - CHANGES.txt \ - COPYING.txt \ - INSTALL.txt \ - README.txt \ - TODO.txt \ - ${docdir} +destroot.args PREFIX=${destroot}${prefix} \ + MAN_PREFIX=${destroot}${prefix}/share + +post-destroot { + set docdir ${destroot}${prefix}/share/doc/${name}-${version} + xinstall -d ${docdir} + xinstall -W ${worksrcpath}/docs \ + AUTHORS.txt \ + CHANGES.txt \ + COPYING.txt \ + INSTALL.txt \ + README.txt \ + TODO.txt \ + ${docdir} } -platform darwin { - post-destroot { - xinstall -d ${destroot}/Applications/MacPorts/Defendguin.app/Contents/MacOS - ln -s ${prefix}/bin/defendguin \ - ${destroot}/Applications/MacPorts/Defendguin.app/Contents/MacOS/Defendguin - } +platform darwin { + post-destroot { + xinstall -d ${destroot}/Applications/MacPorts/Defendguin.app/Contents/MacOS + ln -s ${prefix}/bin/defendguin \ + ${destroot}/Applications/MacPorts/Defendguin.app/Contents/MacOS/Defendguin + } }