summaryrefslogtreecommitdiff
path: root/graphics/GlutKit/Makefile
diff options
context:
space:
mode:
authorrh <rh>2002-09-29 06:16:06 +0000
committerrh <rh>2002-09-29 06:16:06 +0000
commit9583ee4722f3404581f5f3af8b4cabb9d7c47ad5 (patch)
tree6510b010d14ba9df9aa2802e3ea6d9808825390e /graphics/GlutKit/Makefile
parent24fcadd5c346d19049f4ed69bb4b13a14597d515 (diff)
downloadpkgsrc-9583ee4722f3404581f5f3af8b4cabb9d7c47ad5.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"