[63676] trunk/dports/games/starfighter/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 12 00:53:40 PST 2010


Revision: 63676
          http://trac.macports.org/changeset/63676
Author:   ryandesign at macports.org
Date:     2010-02-12 00:53:38 -0800 (Fri, 12 Feb 2010)
Log Message:
-----------
starfighter: whitespace changes only

Modified Paths:
--------------
    trunk/dports/games/starfighter/Portfile

Modified: trunk/dports/games/starfighter/Portfile
===================================================================
--- trunk/dports/games/starfighter/Portfile	2010-02-12 08:52:14 UTC (rev 63675)
+++ trunk/dports/games/starfighter/Portfile	2010-02-12 08:53:38 UTC (rev 63676)
@@ -1,47 +1,49 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name		starfighter
-version		1.1-1
-categories	games
-platforms	darwin
-maintainers	nomaintainer
-license         GPL-2
-description	2D Space Shooter
-long_description	2D Space Shooter\; after decades of war one company, \
-			who had gained powerful supply both sides with \
-			weaponary, steps forwards and crushes both warring \
-			factions in one swift movement. Using far superior \
-			weaponary and AI craft, the company was completely \
-			unstoppable and now no one can stand in their way. \
-			Thousands began to perish under the iron fist of the \
-			company. The people cried out for a saviour, for \
-			someone to light this dark hour... and someone did.
+name                    starfighter
+version                 1.1-1
+categories              games
+platforms               darwin
+maintainers             nomaintainer
+license                 GPL-2
 
-homepage	http://www.parallelrealities.co.uk/projects/starfighter.php
-master_sites	http://www.sourcefiles.org/Games/Arcade/
-checksums	md5 6a4b704dbc83c7403842b936f95ee958
-patchfiles	patch-makefile.diff
+description             2D Space Shooter
 
-post-extract	{
-	file rename ${workpath}/starfighter-1.1 ${worksrcpath}
+long_description        2D Space Shooter\; after decades of war one company, \
+                        who had gained powerful supply both sides with \
+                        weaponary, steps forwards and crushes both warring \
+                        factions in one swift movement. Using far superior \
+                        weaponary and AI craft, the company was completely \
+                        unstoppable and now no one can stand in their way. \
+                        Thousands began to perish under the iron fist of the \
+                        company. The people cried out for a saviour, for \
+                        someone to light this dark hour... and someone did.
+
+homepage                http://www.parallelrealities.co.uk/projects/starfighter.php
+master_sites            http://www.sourcefiles.org/Games/Arcade/
+checksums               md5     6a4b704dbc83c7403842b936f95ee958
+patchfiles              patch-makefile.diff
+
+post-extract {
+    file rename ${workpath}/starfighter-1.1 ${worksrcpath}
 }
 
-depends_lib	bin:sdl-config:libsdl \
-		lib:libSDL_mixer:libsdl_mixer \
-		lib:libSDL_image:libsdl_image
+depends_lib             bin:sdl-config:libsdl \
+                        lib:libSDL_mixer:libsdl_mixer \
+                        lib:libSDL_image:libsdl_image
 
-use_configure	no
+use_configure           no
 
-build.args	PREFIX=${prefix}
+build.args              PREFIX=${prefix}
 
-destroot.destdir	PREFIX=${destroot}${prefix}
+destroot.destdir        PREFIX=${destroot}${prefix}
 
-post-destroot	{
-	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} \
-		${destroot}${applications_dir}/Starfighter.app/Contents/MacOS
-	xinstall -m 644 ${worksrcpath}/docs/LICENSE \
-		${destroot}${prefix}/share/doc/${name}
-	system "ln -s ${prefix}/bin/starfighter ${destroot}${applications_dir}/Starfighter.app/Contents/MacOS/Starfighter"
+post-destroot   {
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} \
+        ${destroot}${applications_dir}/Starfighter.app/Contents/MacOS
+    xinstall -m 644 ${worksrcpath}/docs/LICENSE \
+        ${destroot}${prefix}/share/doc/${name}
+    system "ln -s ${prefix}/bin/starfighter ${destroot}${applications_dir}/Starfighter.app/Contents/MacOS/Starfighter"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100212/921fda81/attachment.html>


More information about the macports-changes mailing list