[33300] trunk/dports/python

gui_dos at macports.org gui_dos at macports.org
Wed Jan 23 02:17:32 PST 2008


Revision: 33300
          http://trac.macosforge.org/projects/macports/changeset/33300
Author:   gui_dos at macports.org
Date:     2008-01-23 02:17:31 -0800 (Wed, 23 Jan 2008)

Log Message:
-----------
new port: py25-gtkglext (used by glchess in gnome-games)

Added Paths:
-----------
    trunk/dports/python/py25-gtkglext/
    trunk/dports/python/py25-gtkglext/Portfile

Added: trunk/dports/python/py25-gtkglext/Portfile
===================================================================
--- trunk/dports/python/py25-gtkglext/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-gtkglext/Portfile	2008-01-23 10:17:31 UTC (rev 33300)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+
+name            py25-gtkglext
+version         1.1.0
+categories      python gnome
+maintainers     nomaintainer
+platforms       darwin
+description     Python bindings for GtkGLExt
+long_description ${description} 
+homepage	http://sourceforge.net/projects/gtkglext/
+master_sites	sourceforge:gtkglext
+distname        pygtkglext-${version}
+checksums	md5 dfbe2ceb05db9265a7d94b209fa8ad97
+depends_lib     port:gtkglext \
+                port:py25-gtk \
+                port:py25-opengl
+configure.python ${prefix}/bin/python2.5
+
+platform darwin 9 {
+    configure.ldflags-append "-L/usr/X11/lib -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
+
+    post-extract { 
+        reinplace "s| -export-symbols-regex.*||g" \
+            ${worksrcpath}/gtk/gdkgl/Makefile.in \
+            ${worksrcpath}/gtk/gtkgl/Makefile.in
+    } 
+} 


Property changes on: trunk/dports/python/py25-gtkglext/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

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


More information about the macports-changes mailing list