summaryrefslogtreecommitdiff
path: root/graphics/GLXKit
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-09-29 06:15:34 +0000
committerrh <rh@pkgsrc.org>2002-09-29 06:15:34 +0000
commit75f8807cff89cec98c97328d0957b4bcdaa9fd83 (patch)
tree99a6f7931aff58112f1dd9b6723aba53e97a5825 /graphics/GLXKit
parent5459448c097459186bb466ee6050f4216cf1c3bf (diff)
downloadpkgsrc-75f8807cff89cec98c97328d0957b4bcdaa9fd83.tar.gz
Initial import of GLXKit-0.3.1r2, a 3DKit GLX backend
Diffstat (limited to 'graphics/GLXKit')
-rw-r--r--graphics/GLXKit/Makefile13
-rw-r--r--graphics/GLXKit/PLIST7
-rw-r--r--graphics/GLXKit/buildlink2.mk28
3 files changed, 48 insertions, 0 deletions
diff --git a/graphics/GLXKit/Makefile b/graphics/GLXKit/Makefile
new file mode 100644
index 00000000000..69bb67e91a5
--- /dev/null
+++ b/graphics/GLXKit/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 06:15:34 rh Exp $
+#
+
+.include "../../graphics/3DKit/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/3DKit/GLXKit/}
+WRKSRC= ${WRKDIR}/${DISTNAME}/GLXKit
+
+COMMENT= 3DKit GLX backend
+
+.include "../../graphics/RenderKit/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/GLXKit/PLIST b/graphics/GLXKit/PLIST
new file mode 100644
index 00000000000..55a0545af31
--- /dev/null
+++ b/graphics/GLXKit/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/29 06:15:34 rh Exp $
+share/GNUstep/Local/Headers/GLXKit/G3DGLXCamera.h
+share/GNUstep/Local/Headers/GLXKit/G3DGLXKit.h
+share/GNUstep/Local/Headers/GLXKit/G3DXEventHandler.h
+share/GNUstep/Local/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libGLXKit.so
+share/GNUstep/Local/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libGLXKit.so.0.0.1
+@dirrm share/GNUstep/Local/Headers/GLXKit
diff --git a/graphics/GLXKit/buildlink2.mk b/graphics/GLXKit/buildlink2.mk
new file mode 100644
index 00000000000..94a9d80bfd3
--- /dev/null
+++ b/graphics/GLXKit/buildlink2.mk
@@ -0,0 +1,28 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/29 06:15:34 rh Exp $
+#
+# This Makefile fragment is included by packages that use GLXKit.
+#
+# This file was created automatically using createbuildlink 2.1.
+#
+
+.if !defined(GLXKIT_BUILDLINK2_MK)
+GLXKIT_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= GLXKit
+BUILDLINK_DEPENDS.GLXKit?= GLXKit>=0.3.1r2
+BUILDLINK_PKGSRCDIR.GLXKit?= ../../graphics/GLXKit
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.GLXKit=GLXKit
+BUILDLINK_PREFIX.GLXKit_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.GLXKit+= share/GNUstep/Local/Headers/GLXKit/G3DGLXCamera.h
+BUILDLINK_FILES.GLXKit+= share/GNUstep/Local/Headers/GLXKit/G3DGLXKit.h
+BUILDLINK_FILES.GLXKit+= share/GNUstep/Local/Headers/GLXKit/G3DXEventHandler.h
+BUILDLINK_FILES.GLXKit+= share/GNUstep/Local/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libGLXKit.*
+
+.include "../../graphics/RenderKit/buildlink2.mk"
+
+BUILDLINK_TARGETS+= GLXKit-buildlink
+
+GLXKit-buildlink: _BUILDLINK_USE
+
+.endif # GLXKIT_BUILDLINK2_MK