[49422] trunk/dports/games/wesnoth/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 9 05:03:17 PDT 2009


Revision: 49422
          http://trac.macports.org/changeset/49422
Author:   ryandesign at macports.org
Date:     2009-04-09 05:03:16 -0700 (Thu, 09 Apr 2009)
Log Message:
-----------
wesnoth: whitespace changes / reformatting only

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

Modified: trunk/dports/games/wesnoth/Portfile
===================================================================
--- trunk/dports/games/wesnoth/Portfile	2009-04-09 11:52:42 UTC (rev 49421)
+++ trunk/dports/games/wesnoth/Portfile	2009-04-09 12:03:16 UTC (rev 49422)
@@ -1,54 +1,58 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name		wesnoth
-version		1.4.7
-categories	games
-platforms	darwin
-maintainers	nomaintainer
-description	A fantasy turn-based strategy game
-long_description	Battle for Wesnoth is a fantasy turn-based strategy \
-			game. Battle for control of villages, using variety of \
-			units which have advantages and disadvantages in \
-			different types of terrains and against different \
-			types of attacks. Units gain experience and advance \
-			levels, and are carried over from one scenario to the \
-			next campaign.
-checksums	md5     fdd341c3d66bf1bea2113c79db852d68 \
-		sha1    f8eb17e7a7aaff5d8fff1e18a1479efcf932fd27 \
-		rmd160  8a515aca790424a550505512eb42b101860e87b2
-homepage	http://www.wesnoth.org/
-master_sites	sourceforge
-use_bzip2	yes
-use_parallel_build	yes
-depends_lib	port:xorg-libX11 \
-		port:boost \
-		port:libsdl \
-		port:libsdl_image \
-		port:libsdl_mixer \
-		port:libsdl_ttf \
-		port:libsdl_net \
-		port:libiconv \
-		port:freetype \
-		port:fribidi \
-		port:gettext \
-		port:zlib
+name                    wesnoth
+version                 1.4.7
+categories              games
+platforms               darwin
+maintainers             nomaintainer
+homepage                http://www.wesnoth.org/
+master_sites            sourceforge
+use_bzip2               yes
+use_parallel_build      yes
 
-configure.args	--with-freetype-prefix=${prefix} \
-				--with-libiconv-prefix=${prefix} \
-				--disable-desktop-entry \
-				--disable-sdltest \
-				--disable-python \
-				--disable-server \
-				--with-boost=${prefix}/include/boost
+description             A fantasy turn-based strategy game
 
+long_description        Battle for Wesnoth is a fantasy turn-based strategy \
+                        game. Battle for control of villages, using variety of \
+                        units which have advantages and disadvantages in \
+                        different types of terrains and against different \
+                        types of attacks. Units gain experience and advance \
+                        levels, and are carried over from one scenario to the \
+                        next campaign.
+
+checksums               md5     fdd341c3d66bf1bea2113c79db852d68 \
+                        sha1    f8eb17e7a7aaff5d8fff1e18a1479efcf932fd27 \
+                        rmd160  8a515aca790424a550505512eb42b101860e87b2
+
+depends_lib             port:xorg-libX11 \
+                        port:boost \
+                        port:libsdl \
+                        port:libsdl_image \
+                        port:libsdl_mixer \
+                        port:libsdl_ttf \
+                        port:libsdl_net \
+                        port:libiconv \
+                        port:freetype \
+                        port:fribidi \
+                        port:gettext \
+                        port:zlib
+
+configure.args          --with-freetype-prefix=${prefix} \
+                        --with-libiconv-prefix=${prefix} \
+                        --disable-desktop-entry \
+                        --disable-sdltest \
+                        --disable-python \
+                        --disable-server \
+                        --with-boost=${prefix}/include/boost
+
 platform macosx {
-	pre-destroot	{
-		xinstall -d ${destroot}${applications_dir}/Wesnoth.app/Contents/MacOS
-		ln -sf ${prefix}/bin/wesnoth \
-			${destroot}${applications_dir}/Wesnoth.app/Contents/MacOS/Wesnoth
-	}
+    pre-destroot {
+        xinstall -d ${destroot}${applications_dir}/Wesnoth.app/Contents/MacOS
+        ln -sf ${prefix}/bin/wesnoth \
+            ${destroot}${applications_dir}/Wesnoth.app/Contents/MacOS/Wesnoth
+    }
 }
 
-livecheck.regex	<title>${name}.* ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*) released.*</title>
+livecheck.regex         <title>${name}.* ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*) released.*</title>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090409/0a2efcda/attachment.html>


More information about the macports-changes mailing list