pkgsrc/graphics/3DKit/Makefile
jmmv a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00

24 lines
625 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:45 jmmv Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGREVISION= 3
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"