diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-27 22:53:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-27 22:53:41 +0800 |
commit | 1cf05a44d41e5ac725d9a11e2138a515f9acfadc (patch) | |
tree | c28eb87ea1d55ceecb542cd047f3ef0d0732b42e /graphics/Makefile | |
parent | 5fde172544f56817eec022a2e78e59f0674127f9 (diff) | |
download | freebsd-ports-gnome-1cf05a44d41e5ac725d9a11e2138a515f9acfadc.tar.gz freebsd-ports-gnome-1cf05a44d41e5ac725d9a11e2138a515f9acfadc.tar.zst freebsd-ports-gnome-1cf05a44d41e5ac725d9a11e2138a515f9acfadc.zip |
pure-gl is Pure's interface to OpenGL, the well-known graphics library. It
covers pretty much all of OpenGL, including the popular extensions.
Extensions are loaded on demand, functions will throw an exception if they
are not available in your OpenGL implementation.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-gl.html
PR: ports/156289
Submitted by: Zhihao Yuan <lichray at gmail.com>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 38adf71c38af..bbbdcd4e8485 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -750,6 +750,7 @@ SUBDIR += projectm-libvisual SUBDIR += pstoedit SUBDIR += pstoepsi + SUBDIR += pure-gl SUBDIR += pvmpov SUBDIR += py-PyX SUBDIR += py-aafigure |