summaryrefslogtreecommitdiff
path: root/graphics/freeglut/PLIST
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-19 18:36:02 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-19 18:36:02 +0000
commit08126069989562c4f097c6a77229836cfa3ee529 (patch)
treea88e357d00a9ca0b791d0f4c765c27ea5320f335 /graphics/freeglut/PLIST
parent37c237fd3d51006cc08fdae1621493f314682f48 (diff)
downloadpkgsrc-08126069989562c4f097c6a77229836cfa3ee529.tar.gz
Initial import of freeglut-2.2.0, from pkgsrc-wip.
freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, universally available and highly portable.
Diffstat (limited to 'graphics/freeglut/PLIST')
-rw-r--r--graphics/freeglut/PLIST11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/freeglut/PLIST b/graphics/freeglut/PLIST
new file mode 100644
index 00000000000..1110fcc80d0
--- /dev/null
+++ b/graphics/freeglut/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 18:36:02 xtraeme Exp $
+include/GL/freeglut.h
+include/GL/freeglut_ext.h
+include/GL/freeglut_std.h
+include/GL/glut.h
+lib/libglut.a
+lib/libglut.la
+lib/libglut.so
+lib/libglut.so.11
+lib/libglut.so.11.0
+@unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE}