[31052] trunk/dports/games/blobwars/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 14 15:07:19 PST 2007


Revision: 31052
          http://trac.macosforge.org/projects/macports/changeset/31052
Author:   nox at macports.org
Date:     2007-11-14 15:07:18 -0800 (Wed, 14 Nov 2007)

Log Message:
-----------
blobwars: Whitespace changes.

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

Modified: trunk/dports/games/blobwars/Portfile
===================================================================
--- trunk/dports/games/blobwars/Portfile	2007-11-14 23:03:30 UTC (rev 31051)
+++ trunk/dports/games/blobwars/Portfile	2007-11-14 23:07:18 UTC (rev 31052)
@@ -2,47 +2,51 @@
 
 PortSystem 1.0
 
-name			blobwars
-version			0.96
-categories		games
-platforms		darwin
-maintainers		nomaintainer
-description		jump and run game featuring a Blob as main character
-long_description	In Blob Wars : Metal Blob Solid, you take on the role \
-				of a fearless Blob agent, Bob. Bob's mission is to \
-				infiltrate the various enemy bases around the Blobs' \
-				homeworld and rescue as many MIAs as possible. But \
-				standing in his way are many vicious aliens, other \
-				Blobs who have been assimilated and the evil alien \
-				leader, Galdov.
+name            blobwars
+version         0.96
+categories      games
+platforms       darwin
+maintainers     nomaintainer
+description     jump and run game featuring a Blob as main character
 
-homepage		http://www.parallelrealities.co.uk/blobWars.php
-master_sites	http://www.opendarwin.org/~mww/files
-checksums		md5 cdfe1231a9f6966c0d5189c1706000fe
-use_bzip2		yes
-patchfiles	patch-makefile.diff
+long_description \
+    In Blob Wars : Metal Blob Solid, you take on the role of a fearless Blob agent, Bob. \
+    Bob's mission is to infiltrate the various enemy bases around the Blobs' homeworld and \
+    rescue as many MIAs as possible. But standing in his way are many vicious aliens, other \
+    Blobs who have been assimilated and the evil alien leader, Galdov.
 
-depends_lib	bin:sdl-config:libsdl \
-		lib:libSDL_image:libsdl_image \
-		lib:libSDL_ttf:libsdl_ttf \
-		lib:libSDL_mixer:libsdl_mixer \
-		lib:libzzip:libzzip
+homepage        http://www.parallelrealities.co.uk/blobWars.php
+master_sites    http://www.opendarwin.org/~mww/files
+use_bzip2       yes
 
-use_configure	no
+checksums       md5 cdfe1231a9f6966c0d5189c1706000fe
 
-build.args	PREFIX=${prefix}
-build.env	CFLAGS=-I${prefix}/include \
-			LDFLAGS=-bind_at_load
+depends_lib     bin:sdl-config:libsdl \
+                lib:libSDL_image:libsdl_image \
+                lib:libSDL_ttf:libsdl_ttf \
+                lib:libSDL_mixer:libsdl_mixer \
+                lib:libzzip:libzzip
 
+patchfiles      patch-makefile.diff
+
+use_configure   no
+
+build.args      PREFIX=${prefix}
+build.env       CFLAGS=-I${prefix}/include \
+                LDFLAGS=-bind_at_load
+
+destroot.destdir    PREFIX=${destroot}${prefix}
+
+post-destroot {
+    file delete -force ${destroot}${prefix}/share/applnk \
+        ${destroot}${prefix}/share/gnome ${destroot}${prefix}/share/icons
+}
+
 platform darwin {
-	pre-destroot	{
-		xinstall -m 755 -d ${destroot}/Applications/MacPorts/BlobWars.app/Contents/MacOS
-		system "ln -s ${prefix}/bin/blobwars \
-			${destroot}/Applications/MacPorts/BlobWars.app/Contents/MacOS/BlobWars"
-	}
+    pre-destroot {
+        xinstall -d ${destroot}/Applications/MacPorts/BlobWars.app/Contents/MacOS
+        system "ln -s ${prefix}/bin/blobwars \
+            ${destroot}/Applications/MacPorts/BlobWars.app/Contents/MacOS/BlobWars"
+    }
 }
-destroot.destdir	PREFIX=${destroot}${prefix}
-post-destroot	{
-	file delete -force ${destroot}${prefix}/share/applnk \
-		${destroot}${prefix}/share/gnome ${destroot}${prefix}/share/icons
-}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071114/939de2f5/attachment.html


More information about the macports-changes mailing list