[38899] trunk/dports/games/CrimsonFields/Portfile

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


Revision: 38899
          http://trac.macosforge.org/projects/macports/changeset/38899
Author:   ryandesign at macports.org
Date:     2008-08-02 01:51:00 -0700 (Sat, 02 Aug 2008)
Log Message:
-----------
CrimsonFields: whitespace changes only

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

Modified: trunk/dports/games/CrimsonFields/Portfile
===================================================================
--- trunk/dports/games/CrimsonFields/Portfile	2008-08-02 08:46:13 UTC (rev 38898)
+++ trunk/dports/games/CrimsonFields/Portfile	2008-08-02 08:51:00 UTC (rev 38899)
@@ -1,45 +1,46 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			CrimsonFields
-version			0.4.9
-categories		games
-platforms		darwin
-maintainers		nomaintainer
-description		Tactical war game in the tradition of Battle Isle
-long_description	Crimson Fields is a tactical war game in the tradition \
-				of Battle Isle, including a map editor and the \
-				possibility to import the original History Line or \
-				Battle Isle maps.
+name                    CrimsonFields
+version                 0.4.9
+categories              games
+platforms               darwin
+maintainers             nomaintainer
 
-homepage		http://crimson.seul.org
-master_sites	${homepage}/files/
-distname		crimson-${version}
-checksums		md5 c1ae6de5637efb9223b70c29e10de75b
+description             Tactical war game in the tradition of Battle Isle
+long_description        Crimson Fields is a tactical war game in the tradition \
+                        of Battle Isle, including a map editor and the \
+                        possibility to import the original History Line or \
+                        Battle Isle maps.
 
-use_bzip2		yes
+homepage                http://crimson.seul.org
+master_sites            ${homepage}/files/
+distname                crimson-${version}
+checksums               md5 c1ae6de5637efb9223b70c29e10de75b
 
-depends_lib		port:libsdl \
-				port:libsdl_mixer \
-				port:libsdl_ttf \
-				port:zlib
+use_bzip2               yes
 
-configure.args	--disable-sdltest \
-				--mandir=${prefix}/share/man \
-				--with-sdl-prefix=${prefix} \
-				--with-zlib=${prefix} \
-				--enable-cfed \
-				--enable-comet
+depends_lib             port:libsdl \
+                        port:libsdl_mixer \
+                        port:libsdl_ttf \
+                        port:zlib
 
+configure.args          --disable-sdltest \
+                        --mandir=${prefix}/share/man \
+                        --with-sdl-prefix=${prefix} \
+                        --with-zlib=${prefix} \
+                        --enable-cfed \
+                        --enable-comet
+
 post-destroot {
-	file delete -force ${destroot}${prefix}/share/pixmaps
+    file delete -force ${destroot}${prefix}/share/pixmaps
 }
 
 platform macosx {
-	pre-destroot {
-		xinstall -d -m 755 ${destroot}/Applications/MacPorts/CrimsonFields.app/Contents/MacOS
-		system "ln -s ${prefix}/bin/crimson \
-			${destroot}/Applications/MacPorts/CrimsonFields.app/Contents/MacOS/CrimsonFields"
-	}
+    pre-destroot {
+        xinstall -d -m 755 ${destroot}/Applications/MacPorts/CrimsonFields.app/Contents/MacOS
+        system "ln -s ${prefix}/bin/crimson \
+            ${destroot}/Applications/MacPorts/CrimsonFields.app/Contents/MacOS/CrimsonFields"
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080802/a697575b/attachment-0001.html 


More information about the macports-changes mailing list