[49030] trunk/dports/games/xgalaga/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 1 23:02:54 PDT 2009


Revision: 49030
          http://trac.macports.org/changeset/49030
Author:   ryandesign at macports.org
Date:     2009-04-01 23:02:52 -0700 (Wed, 01 Apr 2009)
Log Message:
-----------
xgalaga: whitespace changes only (tabs to spaces)

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

Modified: trunk/dports/games/xgalaga/Portfile
===================================================================
--- trunk/dports/games/xgalaga/Portfile	2009-04-02 05:33:25 UTC (rev 49029)
+++ trunk/dports/games/xgalaga/Portfile	2009-04-02 06:02:52 UTC (rev 49030)
@@ -1,43 +1,42 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			xgalaga
-version			2.0.34
-revision		1
-categories		games x11
-platforms		darwin
-maintainers		nomaintainer
-description		xgalaga is a rework of the Galaga shooting game.
-long_description	${description}
+name                    xgalaga
+version                 2.0.34
+revision                1
+categories              games x11
+platforms               darwin
+maintainers             nomaintainer
+description             xgalaga is a rework of the Galaga shooting game.
+long_description        ${description}
 
-homepage		http://sourceforge.net/projects/xgalaga/
-master_sites		sourceforge
-distname		${name}_${version}.orig
-checksums		md5 9f7ee685e9c4741b5f0edc3f91df9510
+homepage                http://sourceforge.net/projects/xgalaga/
+master_sites            sourceforge
+distname                ${name}_${version}.orig
+checksums               md5 9f7ee685e9c4741b5f0edc3f91df9510
 
-worksrcdir		${name}-${version}
+worksrcdir              ${name}-${version}
 
-patchfiles		patch-Makefile.in \
-			patch-data.h \
-			patch-libsprite__data.h \
-			patch-main.c \
-			patch-score.c \
-			patch-struct.h \
-			patch-titile.c
+patchfiles              patch-Makefile.in \
+                        patch-data.h \
+                        patch-libsprite__data.h \
+                        patch-main.c \
+                        patch-score.c \
+                        patch-struct.h \
+                        patch-titile.c
 
-depends_build port:autoconf
-use_autoconf yes
+depends_build           port:autoconf
+use_autoconf            yes
 
-configure.pre_args	--prefix=${prefix}/share/${name} \
-			--exec-prefix=\\\${prefix}/../../bin
+configure.pre_args      --prefix=${prefix}/share/${name} \
+                        --exec-prefix=\\\${prefix}/../../bin
 
-destroot.destdir	prefix=${destroot}${prefix}/share/${name}
+destroot.destdir        prefix=${destroot}${prefix}/share/${name}
 
 platform darwin {
     pre-configure {
-	copy -force ${prefix}/share/libtool/config.guess ${worksrcpath}
-	copy -force ${prefix}/share/libtool/config.sub ${worksrcpath}
+        copy -force ${prefix}/share/libtool/config.guess ${worksrcpath}
+        copy -force ${prefix}/share/libtool/config.sub ${worksrcpath}
     }
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090401/9f92fe3c/attachment.html>


More information about the macports-changes mailing list