[36060] trunk/dports/graphics/libguichan/Portfile

jmr at macports.org jmr at macports.org
Wed Apr 16 06:14:40 PDT 2008


Revision: 36060
          http://trac.macosforge.org/projects/macports/changeset/36060
Author:   jmr at macports.org
Date:     2008-04-16 06:14:38 -0700 (Wed, 16 Apr 2008)

Log Message:
-----------
libguichan: update to 0.8.0, work around broken googlecode livecheck

Modified Paths:
--------------
    trunk/dports/graphics/libguichan/Portfile

Modified: trunk/dports/graphics/libguichan/Portfile
===================================================================
--- trunk/dports/graphics/libguichan/Portfile	2008-04-16 11:45:48 UTC (rev 36059)
+++ trunk/dports/graphics/libguichan/Portfile	2008-04-16 13:14:38 UTC (rev 36060)
@@ -1,28 +1,32 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
 
-name			libguichan
-version			0.7.1
-categories		graphics devel
-platforms		darwin
-maintainers		jmr \
-			openmaintainer
-description		portable C++ GUI library designed for games using SDL
-long_description	Guichan is a portable C++ GUI library designed for \
-				games using SDL and/or OpenGL.
+name            libguichan
+version         0.8.0
+categories      graphics devel
+platforms       darwin
+maintainers     jmr openmaintainer
+description     portable C++ GUI library designed for games using SDL
+long_description    Guichan is a portable C++ GUI library designed for \
+                games using SDL and/or OpenGL.
 
-homepage		http://guichan.sourceforge.net/
-master_sites		googlecode:guichan
-distname		guichan-${version}
-checksums		md5 275c5bad231d2ce55e654d80cb1e05be \
-			sha1 e08bed7d7638687f627bcf1a24e8ffa90913dacc \
-			rmd160 09cd4d102ae73c99759e97c0f9db247950b508af
+homepage        http://guichan.sourceforge.net/
+master_sites    googlecode:guichan
+distname        guichan-${version}
+checksums       md5 29a03f05645b669fdc98ec2db5de13f5 \
+                sha1 5993e0a5e948b0f3e614025ff02f818bfe9c2198 \
+                rmd160 a8ab10d9c49542e018d688b9ee90ef2879f94a28
 
-depends_lib		port:libsdl port:libsdl_image port:allegro
+depends_lib     port:libsdl port:libsdl_image port:allegro
 
-configure.args	--enable-sdl --enable-sdl-image --enable-force-opengl
-configure.cflags-append	"-I${prefix}/include"
-configure.cxxflags-append "-I${prefix}/include"
+configure.cppflags-append   -I${x11prefix}/include
+configure.ldflags-append    -L${x11prefix}/lib
 use_parallel_build yes
+
+platform darwin 9 {
+    configure.ldflags-append "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
+}
+
+livecheck.regex <a href=\"http://guichan.googlecode.com/files/guichan\\-(.*)[quotemeta ${extract.suffix}]\"

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


More information about the macports-changes mailing list