1 | # $Id: Portfile 20274 2006-11-01 16:22:24Z blair@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name gtkglext |
---|
5 | version 1.2.0 |
---|
6 | categories devel |
---|
7 | maintainers jd@lifehertz.com |
---|
8 | description OpenGL Extension to GTK |
---|
9 | platforms darwin |
---|
10 | long_description \ |
---|
11 | ${description} |
---|
12 | |
---|
13 | homepage http://sourceforge.net/projects/gtkglext/ |
---|
14 | master_sites sourceforge |
---|
15 | |
---|
16 | checksums md5 5c3240bfc1b21becd33ce35c5abe6f8d |
---|
17 | |
---|
18 | depends_lib port:gtk2 \ |
---|
19 | lib:libGL.1:XFree86 |
---|
20 | |
---|
21 | platform darwin 9 { |
---|
22 | configure.args --with-gl-libdir=/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries |
---|
23 | } |
---|