Ticket #13624: Portfile

File Portfile, 548 bytes (added by rowue (Rolf Würdemann), 17 years ago)

Portfile rel to svn co

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