1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name gtkglarea |
---|
4 | version 1.2.3 |
---|
5 | categories x11 devel |
---|
6 | maintainers digdog@opendarwin.org |
---|
7 | description OpenGL widget to GTK+ |
---|
8 | homepage http://www.student.oulu.fi/~jlof/gtkglarea/ |
---|
9 | platforms darwin |
---|
10 | long_description Just as GTK+ is build on top of GDK, GtkGLArea is built on top of \ |
---|
11 | gdkgl which is basically wrapper around GLX functions. The widget \ |
---|
12 | itself is very similar to GtkDrawinigArea widget and adds only three \ |
---|
13 | extra functions. Lower level gdkgl functions make it easy to render \ |
---|
14 | on any widget that has OpenGL capable visual, rendering to off-screen \ |
---|
15 | pixmaps is also supported. |
---|
16 | master_sites http://www.imem.unavarra.es/3d_mec/download/sources/ \ |
---|
17 | http://www.cis.nctu.edu.tw/~is85005/dports/gtkglarea/ |
---|
18 | checksums md5 cd82b1ca47d9bd13e0b890181b33a871 |
---|
19 | depends_lib lib:libgl.1:glib1 lib:libintl.3:gettext lib:libiconv.2:libiconv lib:libX11.6:XFree86 |
---|
20 | configure.env CFLAGS=-no-cpp-precomp |
---|