diff options
author | abs <abs@pkgsrc.org> | 2006-08-15 15:21:27 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-08-15 15:21:27 +0000 |
commit | c6c161ed532578c01ebdbf27ecc93d237565adff (patch) | |
tree | 850b84d6ba33b43c42a57c302a57b4837ca6b68e /graphics/glew/PLIST | |
parent | a90dbaa595c1cc9323d2e23338fa56c07739d92b (diff) | |
download | pkgsrc-c6c161ed532578c01ebdbf27ecc93d237565adff.tar.gz |
Import graphics/glew-1.3.4 into pkgsrc.
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform
C/C++ extension loading library. GLEW provides efficient run-time
mechanisms for determining which OpenGL extensions are supported
on the target platform. OpenGL core and extension functionality is
exposed in a single header file.
Diffstat (limited to 'graphics/glew/PLIST')
-rw-r--r-- | graphics/glew/PLIST | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/glew/PLIST b/graphics/glew/PLIST new file mode 100644 index 00000000000..962fda438b9 --- /dev/null +++ b/graphics/glew/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/15 15:21:27 abs Exp $ +bin/glewinfo +bin/visualinfo +include/GL/wglew.h +include/GL/glew.h +include/GL/glxew.h +lib/libGLEW.so.1.3.4 +lib/libGLEW.so.1.3 +lib/libGLEW.a +lib/libGLEW.so |