[48846] trunk/dports/games/freeciv-x11/Portfile

blb at macports.org blb at macports.org
Sun Mar 29 20:54:00 PDT 2009


Revision: 48846
          http://trac.macports.org/changeset/48846
Author:   blb at macports.org
Date:     2009-03-29 20:53:59 -0700 (Sun, 29 Mar 2009)
Log Message:
-----------
games/freeciv-x11 - whitespace changes

Modified Paths:
--------------
    trunk/dports/games/freeciv-x11/Portfile

Modified: trunk/dports/games/freeciv-x11/Portfile
===================================================================
--- trunk/dports/games/freeciv-x11/Portfile	2009-03-30 03:52:33 UTC (rev 48845)
+++ trunk/dports/games/freeciv-x11/Portfile	2009-03-30 03:53:59 UTC (rev 48846)
@@ -1,49 +1,40 @@
 # $Id$
 
-PortSystem 1.0
-
-name            freeciv-x11
-version		2.1.8
-categories      games
-maintainers     nomaintainer
-description     A civilisation clone for X11
+PortSystem          1.0
+name                freeciv-x11
+version             2.1.8
+categories          games
+maintainers         nomaintainer
+description         A civilisation clone for X11
 long_description \
-	Freeciv is a Free and Open Source empire-building strategy game \
-	inspired by the history of human civilization. The game commences in \
-	prehistory and your mission is to lead your tribe from the stone age \
-	to the space age...
+   Freeciv is a Free and Open Source empire-building strategy game \
+   inspired by the history of human civilization. The game commences in \
+   prehistory and your mission is to lead your tribe from the stone age \
+   to the space age...
 
-homepage        http://www.freeciv.org/
-platforms	    darwin
+platforms           darwin
 
-livecheck.check regex
-livecheck.url   ${homepage}
-livecheck.regex freeciv-(\[0-9\.\]+).tar.bz2
+homepage            http://www.freeciv.org/
+master_sites        sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/
+distname            freeciv-${version}
+use_bzip2           yes
 
-master_sites    sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/
-checksums	sha1 6f532dbbb68e6ae3d126d867db5c8a8b6c1eacee
-distname	freeciv-${version}
-use_bzip2	    yes
+checksums           sha1 6f532dbbb68e6ae3d126d867db5c8a8b6c1eacee
 
-depends_lib	\
-	port:gettext \
-	port:libiconv \
-	port:libsdl \
-	port:libsdl_mixer \
-	port:esound \
-	port:readline \
-	port:gtk2
+depends_lib         port:gettext port:libiconv port:libsdl port:libsdl_mixer \
+                    port:esound port:readline port:gtk2
 
-configure.args	\
-	--enable-client=gtk2 \
-	--with-readline \
-	--with-zlib \
-	--enable-nls \
-	--with-sdl-prefix=${prefix} \
-	--with-libiconv-prefix=${prefix} \
-	--mandir=${prefix}/share/man
+configure.args      --enable-client=gtk2 --with-readline --with-zlib \
+                    --enable-nls --with-sdl-prefix=${prefix} \
+                    --with-libiconv-prefix=${prefix} \
+                    --mandir=${prefix}/share/man
 
 platform puredarwin {
-	depends_lib-delete port:libsdl
-	configure.args-append --disable-sdl-mixer
+   depends_lib-delete      port:libsdl
+   configure.args-append   --disable-sdl-mixer
 }
+
+livecheck.check     regex
+livecheck.url       ${homepage}
+livecheck.regex     freeciv-(\[0-9\.\]+).tar.bz2
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090329/9da3fe83/attachment.html>


More information about the macports-changes mailing list