diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-01 18:26:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-01 18:26:52 +0000 |
commit | 5952de42a03511c010f25b42706ae432b53ff713 (patch) | |
tree | c01a2efe163d9f81d219e8b39e93ef21707aa3cb /graphics/Makefile | |
parent | - Update to 1.2.3 (diff) |
Add glew 1.1.4,
The goal of the OpenGL Extension Wrangler Library (GLEW) is to
assist C/C++ OpenGL developers with two tedious tasks:
initializing and using extensions and writing portable
applications. GLEW provides an efficient run-time mechanism to
determine whether a certain extension is supported by the
driver or not. OpenGL core and extension functionality is
exposed via a single header file.
PR: 60717
Submitted by: Igor Pokrovsky <tiamat@comset.net>
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 0a592b0bbdf8..2c2799f79df0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -106,6 +106,7 @@ SUBDIR += gkrellkam2 SUBDIR += gle SUBDIR += glean + SUBDIR += glew SUBDIR += glide3 SUBDIR += gliv SUBDIR += gltk |