diff options
author | rh <rh@pkgsrc.org> | 2002-09-29 06:12:51 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-29 06:12:51 +0000 |
commit | 5f897233263bb79e778d81bc03eb408d9dc9c16e (patch) | |
tree | 8eafc4ad053fa66b3d18a3dc270a1b3d615c5308 /graphics/3DKit/Makefile | |
parent | 065cc7bfd42fb92993a600853541c49ef10af7a2 (diff) | |
download | pkgsrc-5f897233263bb79e778d81bc03eb408d9dc9c16e.tar.gz |
Initial import of 3DKit-0.3.1r2, a 3D graphics foundation class library
Diffstat (limited to 'graphics/3DKit/Makefile')
-rw-r--r-- | graphics/3DKit/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/3DKit/Makefile b/graphics/3DKit/Makefile new file mode 100644 index 00000000000..26d01ddf887 --- /dev/null +++ b/graphics/3DKit/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 06:12:51 rh Exp $ +# + +.include "../../graphics/3DKit/Makefile.common" + +DISTFILES= DevManual.pdf + +COMMENT= Objective-C 3D graphics foundation class library + +EXTRACT_ONLY= # empty +NO_CONFIGURE= YES +NO_BUILD= YES + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/3DKit + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \ + ${PREFIX}/share/doc/3DKit + +.include "../../graphics/GlutKit/buildlink2.mk" +.include "../../graphics/GLXKit/buildlink2.mk" +.include "../../graphics/SDLKit/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |