summaryrefslogtreecommitdiff
path: root/graphics/GlutKit/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-09-29 06:16:06 +0000
committerrh <rh@pkgsrc.org>2002-09-29 06:16:06 +0000
commit6b85d3d92334a67e0460c8b81b93807bc71020a7 (patch)
tree6510b010d14ba9df9aa2802e3ea6d9808825390e /graphics/GlutKit/Makefile
parent75f8807cff89cec98c97328d0957b4bcdaa9fd83 (diff)
downloadpkgsrc-6b85d3d92334a67e0460c8b81b93807bc71020a7.tar.gz
Initial import of GlutKit-0.3.1r2, a 3DKit GLUT backend
Diffstat (limited to 'graphics/GlutKit/Makefile')
-rw-r--r--graphics/GlutKit/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/GlutKit/Makefile b/graphics/GlutKit/Makefile
new file mode 100644
index 00000000000..bbccdd243ce
--- /dev/null
+++ b/graphics/GlutKit/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 06:16:06 rh Exp $
+#
+
+.include "../../graphics/3DKit/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/3DKit/GlutKit/}
+WRKSRC= ${WRKDIR}/${DISTNAME}/GlutKit
+
+COMMENT= 3DKit GLUT backend
+
+.include "../../graphics/RenderKit/buildlink2.mk"
+.include "../../graphics/glut/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"