From 08126069989562c4f097c6a77229836cfa3ee529 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 19 Apr 2004 18:36:02 +0000 Subject: 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. --- graphics/freeglut/PLIST | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/freeglut/PLIST (limited to 'graphics/freeglut/PLIST') 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} -- cgit v1.2.3