[19889] trunk/dports/games/glob2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 18:29:29 PDT 2006


Revision: 19889
          http://trac.macosforge.org/projects/macports/changeset/19889
Author:   markd at macports.org
Date:     2006-10-04 18:29:29 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
Closes 10799.  Update to 0.8.21.

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

Modified: trunk/dports/games/glob2/Portfile
===================================================================
--- trunk/dports/games/glob2/Portfile	2006-10-05 01:17:47 UTC (rev 19888)
+++ trunk/dports/games/glob2/Portfile	2006-10-05 01:29:29 UTC (rev 19889)
@@ -1,9 +1,7 @@
-# $Id: Portfile,v 1.2 2006/01/09 00:17:50 mww Exp $
-
 PortSystem 1.0
 
 name			glob2
-version			0.8.17
+version			0.8.21
 categories		games
 platforms		darwin
 maintainers		mww at opendarwin.org
@@ -19,25 +17,17 @@
 				features a scripting language for versatile gameplay or \
 				tutorials and an integrated map editor.
 
-homepage		http://www.ysagoon.com/glob2/
-master_sites	http://epfl.ysagoon.com/~glob2/data/ freebsd
-checksums		md5 a02ccdfdee0e4a550487fc4cf22a9480
+homepage		http://globulation2.org/
+master_sites	${homepage}/releases/${version}/
+checksums		md5 3173f82572f1dd5fba79019ebc43d427 \
+				sha1 c9829ea4e78e7c7e901126bf77d2fbb36272bfc0 \
 
-depends_lib		port:freetype port:libsdl port:libsdl_image port:libsdl_net \
-				port:libvorbis port:speex port:zlib
+depends_lib		port:speex port:libogg port:libvorbis\
+				port:libsdl port:libsdl_image port:libsdl_net port:libsdl_ttf \
+				port:boost port:zlib port:freetype port:libiconv \
+				port:libpng port:jpeg port:tiff
 
-configure.env	CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include \
+configure.env	CPPFLAGS=-I${prefix}/include \
 				LDFLAGS=-L${prefix}/lib
 
-platform darwin 8 {
-	configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
-}
-
-platform macosx {
-	pre-destroot {
-		set dest /Applications/DarwinPorts/Globulation2.app/Contents/MacOS
-		xinstall -m 755 -d ${destroot}${dest}
-		system "ln -sf ${prefix}/bin/glob2 ${destroot}${dest}/Globulation2"
-	}
-}
-
+post-configure	{ reinplace "s|\${datarootdir}|${prefix}/share|" ${worksrcpath}/config.h }

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


More information about the macports-changes mailing list