aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Makefile
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2006-09-27 13:04:41 +0800
committeracm <acm@FreeBSD.org>2006-09-27 13:04:41 +0800
commite4d6e5e15628c6ed1a441e788e392f8d5b15d6de (patch)
tree4d9507ecc14fa465767eb81b991d98c6e92c0f6e /graphics/Makefile
parent47e6d687079b5a6acf17d01c4df7ea849805e9ec (diff)
downloadfreebsd-ports-gnome-e4d6e5e15628c6ed1a441e788e392f8d5b15d6de.tar.gz
freebsd-ports-gnome-e4d6e5e15628c6ed1a441e788e392f8d5b15d6de.tar.zst
freebsd-ports-gnome-e4d6e5e15628c6ed1a441e788e392f8d5b15d6de.zip
- New port: graphics/py-glewpy
GLEWpy aims to bring advanced OpenGL extensions to Python. This will allow the Python OpenGL developer to use features such as fragment and vertex shaders and image processing on the GPU. It serves as a compliment to PyOpenGL and toolkits such as GLUT and SDL (pygame). WWW: http://glewpy.sourceforge.net/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 03e456caca59..4d7e769081f4 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -541,6 +541,7 @@
SUBDIR += py-gd
SUBDIR += py-gdchart
SUBDIR += py-gdchart2
+ SUBDIR += py-glewpy
SUBDIR += py-graphviz
SUBDIR += py-imaging
SUBDIR += py-ming