PR 25656, imported into pkgsrc-wip with his consent. Some cleanup done, pkglint warnings fixed. OpenGLUT is an open source evolution of the GLUT API. The goals include cleaning the API, fixing bugs, adding features, portability, and documenting the library. OpenGLUT is prepared to break with GLUT compatibility in order to achieve its primary goals. The code is based on freeglut, with numerous bugfixes above and beyond that, and a few new features. As such, it is fairly usable. On the other hand, there are major features to be added to the API, and plans to deprecate some obsolete, redundant, and inconsistant features that OpenGLUT inherited. It is best to regard OpenGLUT as experimental, but seeking feedback.
13 lines
413 B
Text
13 lines
413 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/05/26 13:32:23 thomasklausner Exp $
|
|
|
|
--- Makefile.am.orig 2004-05-19 22:07:55.000000000 -0500
|
|
+++ Makefile.am 2004-05-19 22:08:02.000000000 -0500
|
|
@@ -2,7 +2,7 @@
|
|
## OpenGLUT branched from freeglut in February, 2004.
|
|
## Process this file with automake to produce makefile.im
|
|
|
|
-SUBDIRS = src include progs doc
|
|
+SUBDIRS = src include doc
|
|
AUTOMAKE_OPTIONS = gnu
|
|
|
|
EXTRA_DIST = \
|