OglExt is a free OpenGL extension library, enabling the easy access of all functionality up to OpenGL version 1.4 as well as API functions of more than 200 OpenGL extensions. With OglExt you don't need to use glXGetProcAddress[ARB] anymore. See README for more information.
diff -ru oglext-orig/Makefile oglext/Makefile --- oglext-orig/Makefile Wed Feb 4 15:33:11 2004 +++ oglext/Makefile Wed Feb 4 15:48:35 2004 @@ -18,6 +18,7 @@ USE_GMAKE= yes USE_GL= yes USE_X_PREFIX= yes +INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src
State Changed From-To: open->closed New port added, thanks!