# $Id: Portfile 62483 2010-01-09 04:38:07Z ryandesign@macports.org $
PortSystem 1.0
name		gtkglarea
version		1.2.3
categories      x11 devel
maintainers     digdog
description	OpenGL widget to GTK+
homepage        http://www.student.oulu.fi/~jlof/gtkglarea/
platforms       darwin
long_description	Just as GTK+ is built on top of GDK, GtkGLArea is built on top of \
			gdkgl which is basically wrapper around GLX functions. The widget \
			itself is very similar to GtkDrawinigArea widget and adds only three \
			extra functions. Lower level gdkgl functions make it easy to render \
			on any widget that has OpenGL capable visual, rendering to off-screen \
			pixmaps is also supported. 
master_sites    http://www.imem.unavarra.es/3d_mec/download/sources/ \
		http://www.cis.nctu.edu.tw/~is85005/dports/gtkglarea/
checksums	md5 cd82b1ca47d9bd13e0b890181b33a871
depends_lib	port:glib1 \
                port:gettext \
                port:gtk1
configure.cflags	-no-cpp-precomp
configure.ldflags       -framework OpenGL

use_parallel_build yes

# gtk1 is not universal
universal_variant no
