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

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 4 01:33:18 PDT 2007


Revision: 30689
          http://trac.macosforge.org/projects/macports/changeset/30689
Author:   rhwood at macports.org
Date:     2007-11-04 01:33:18 -0700 (Sun, 04 Nov 2007)

Log Message:
-----------
Upgrade to version 2.1.0
This changes the port from a place-holder that depends on some other port into
a port that actually installs the game.

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

Modified: trunk/dports/games/freeciv/Portfile
===================================================================
--- trunk/dports/games/freeciv/Portfile	2007-11-04 08:33:06 UTC (rev 30688)
+++ trunk/dports/games/freeciv/Portfile	2007-11-04 08:33:18 UTC (rev 30689)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -3,51 +4,41 @@
 
 name            freeciv
-version         2.0.8
-revision	1
+version		2.1.0
+revision	0
 categories      games
 maintainers     rhwood
-description     A civilisation clone
+description     An empire-building strategy game
 long_description	\
-	This is a placeholder port that installs the port freeciv-x11. A OS X \
-	native version is in its sixth beta release, and once that version is \
-	released, this port will install that version. Until that happens, \
-	this port will, when upgraded, move the X11 version of freeciv into \
-	freeciv-x11, freeing this port for the Aqua version, and allow users \
-	who prefer to the X11 version to transparently keep that version.\
+    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
 
 master_sites    sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/
-checksums	sha1 b9098dc46ed169e053f9c7405cc3abf9cebe9792
+checksums	sha1 a764b09132d83ecf78cc08380577acc4a571be68
 
 use_bzip2	    yes
 
-#EVERYTHING PAST THIS POINT IS ABOUT MIGRATING FREECIV USERS FROM PORT FREECIV
-#TO PORT FREECIV-X11 IN PREPERATION FOR AN AQUA NATIVE FREECIV PORT
+pre-fetch   {
+    ui_msg  "Please note that this port conflicts with port:freeciv-x11."
+}
 
-depends_build	port:freeciv-x11
+depends_lib	\
+    port:freetype \
+    port:libpng \
+    port:libsdl \
+    port:libsdl_image \
+    port:libsdl_mixer \
+    port:readline \
+    port:libiconv
 
-#depends_lib	\
-#	port:gettext \
-#	port:libsdl \
-#	port:libsdl_mixer \
-#	port:esound \
-#	port:readline \
-#	port:gtk2
+configure.args	\
+	--enable-client=sdl \
+	--with-readline \
+	--with-zlib \
+	--enable-nls \
+	--with-sdl-prefix=${prefix} \
+	--with-libiconv-prefix=${prefix}
 
-#configure.args	\
-#	--enable-client=gtk2 \
-#	--with-readline \
-#	--with-zlib \
-#	--enable-nls \
-#	--with-sdl-prefix=${prefix} \
-#	--with-libiconv-prefix=${prefix}
-
-fetch	{}
-checksum	{}
-configure	{}
-build	{}
-destroot	{
-	file mkdir ${destroot}${prefix}/share/freeciv
-	touch ${destroot}${prefix}/share/freeciv/marker
-}

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


More information about the macports-changes mailing list