[38893] trunk/dports/games/54321/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 2 01:17:28 PDT 2008


Revision: 38893
          http://trac.macosforge.org/projects/macports/changeset/38893
Author:   ryandesign at macports.org
Date:     2008-08-02 01:17:27 -0700 (Sat, 02 Aug 2008)
Log Message:
-----------
54321: whitespace changes only

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

Modified: trunk/dports/games/54321/Portfile
===================================================================
--- trunk/dports/games/54321/Portfile	2008-08-02 07:51:22 UTC (rev 38892)
+++ trunk/dports/games/54321/Portfile	2008-08-02 08:17:27 UTC (rev 38893)
@@ -1,59 +1,58 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem              1.0
 
-name			54321
-version			1.0.2001.11.16
-categories		games
-platforms		macosx
-maintainers		nomaintainer
-description		5 games in 4, 3, or 2 dimensions for 1 player
+name                    54321
+version                 1.0.2001.11.16
+categories              games
+platforms               macosx
+maintainers             nomaintainer
 
-long_description \
-    54321 is five games in four-, three-, or two-dimensions for \
-    one player. 54321 takes five classic two-dimensional puzzle \
-    games and extends them into three and four dimensions. \
-    For more information, see the help within the game.
+description             5 games in 4, 3, or 2 dimensions for 1 player
+long_description        54321 is five games in four, three, or two \
+                        dimensions for one player. 54321 takes five classic \
+                        two-dimensional puzzle games and extends them into \
+                        three and four dimensions. For more information, \
+                        see the help within the game.
 
-homepage		http://www.nklein.com/products/54321/
-master_sites	${homepage}${version}/
-dist_subdir		${name}/${version}
-distname		${name}
-extract.suffix	.tgz
+homepage                http://www.nklein.com/products/54321/
+master_sites            ${homepage}${version}/
+dist_subdir             ${name}/${version}
+distname                ${name}
+extract.suffix          .tgz
 
-depends_build	port:libiconv \
-				port:zlib
+depends_build           port:libiconv \
+                        port:zlib
 
-depends_lib		port:libsdl \
-				port:libsdl_image \
-				port:libpng
+depends_lib             port:libsdl \
+                        port:libsdl_image \
+                        port:libpng
 
-checksums		md5 20b2ad52ef45742c1a65911b225b6ddc \
-				sha1 9841276d6e1f00de4de22cc11d19e1f08a9a01cb \
-				rmd160 63381c6f9cbc2d785ebf76dddc54b178cd704078
+checksums               md5     20b2ad52ef45742c1a65911b225b6ddc \
+                        sha1    9841276d6e1f00de4de22cc11d19e1f08a9a01cb \
+                        rmd160  63381c6f9cbc2d785ebf76dddc54b178cd704078
 
-worksrcdir		${name}
+worksrcdir              ${name}
 
 post-patch {
-	reinplace -E "/CXX/s/CC/g++/" ${worksrcpath}/archs/Darwin/variables.GNU
-	reinplace -E "s@/(usr/local|sw)@${prefix}@" ${worksrcpath}/archs/Darwin/variables.GNU
+    reinplace -E "/CXX/s/CC/g++/" ${worksrcpath}/archs/Darwin/variables.GNU
+    reinplace -E "s@/(usr/local|sw)@${prefix}@" ${worksrcpath}/archs/Darwin/variables.GNU
 }
 
-use_configure	no
+use_configure           no
 
-build.type		gnu
-build.env		CC=g++
+build.type              gnu
+build.env               CC=g++
 
 destroot {
-	set appdir ${destroot}/Applications/MacPorts
-	xinstall -d ${appdir}
-	copy ${worksrcpath}/Release/bin/Darwin/${name}.app ${appdir}
+    set appdir ${destroot}/Applications/MacPorts
+    xinstall -d ${appdir}
+    copy ${worksrcpath}/Release/bin/Darwin/${name}.app ${appdir}
 }
 
 variant universal {
-	post-patch {
-		reinplace -E "/^CPPFLAGS/s|\\+=|+= ${configure.universal_cflags}|" ${worksrcpath}/archs/Darwin/variables.GNU
-		reinplace -E "/^LDFLAGS/s|\\+=|+= ${configure.universal_ldflags}|" ${worksrcpath}/archs/Darwin/variables.GNU
-	}
+    post-patch {
+        reinplace -E "/^CPPFLAGS/s|\\+=|+= ${configure.universal_cflags}|" ${worksrcpath}/archs/Darwin/variables.GNU
+        reinplace -E "/^LDFLAGS/s|\\+=|+= ${configure.universal_ldflags}|" ${worksrcpath}/archs/Darwin/variables.GNU
+    }
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080802/35366c8a/attachment-0001.html 


More information about the macports-changes mailing list