[48841] trunk/dports/games/freeciv/Portfile

blb at macports.org blb at macports.org
Sun Mar 29 19:44:10 PDT 2009


Revision: 48841
          http://trac.macports.org/changeset/48841
Author:   blb at macports.org
Date:     2009-03-29 19:44:09 -0700 (Sun, 29 Mar 2009)
Log Message:
-----------
games/freeciv - whitespace changes

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

Modified: trunk/dports/games/freeciv/Portfile
===================================================================
--- trunk/dports/games/freeciv/Portfile	2009-03-30 01:55:44 UTC (rev 48840)
+++ trunk/dports/games/freeciv/Portfile	2009-03-30 02:44:09 UTC (rev 48841)
@@ -1,49 +1,39 @@
 # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
+name                freeciv
+version             2.1.8
+revision            0
+categories          games
+maintainers         nomaintainer
+description         An empire-building strategy game
+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...
 
-name            freeciv
-version		2.1.8
-revision	0
-categories      games
-maintainers     nomaintainer
-description     An empire-building strategy game
-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...
-homepage        http://www.freeciv.org/
-platforms	    macosx
+platforms           macosx
 
-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/
+use_bzip2           yes
 
-master_sites    sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/
-checksums	sha1 6f532dbbb68e6ae3d126d867db5c8a8b6c1eacee
+checksums           sha1 6f532dbbb68e6ae3d126d867db5c8a8b6c1eacee
 
-use_bzip2	    yes
+depends_lib         port:freetype port:libpng port:libsdl port:libsdl_image \
+                    port:libsdl_mixer port:readline port:libiconv
 
-pre-fetch   {
-    ui_msg  "Please note that this port conflicts with port:freeciv-x11."
+pre-fetch {
+   ui_msg  "Please note that this port conflicts with port:freeciv-x11."
 }
 
-depends_lib	\
-    port:freetype \
-    port:libpng \
-    port:libsdl \
-    port:libsdl_image \
-    port:libsdl_mixer \
-    port:readline \
-    port:libiconv
+configure.args      --enable-client=sdl --with-readline --with-zlib \
+                    --enable-nls --with-libiconv-prefix=${prefix} \
+                    --with-sdl-prefix=${prefix} --mandir=${prefix}/share/man
 
-configure.args	\
-    --enable-client=sdl \
-    --with-readline \
-    --with-zlib \
-    --enable-nls \
-    --with-libiconv-prefix=${prefix} \
-    --with-sdl-prefix=${prefix} \
-    --mandir=${prefix}/share/man
+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/e0525750/attachment.html>


More information about the macports-changes mailing list