pkgsrc/graphics/3DKit/Makefile
wiz 7e1c5bfbc9 Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.

Addresses PR 32046 by Leonard Schmidt.
2005-12-11 09:40:37 +00:00

24 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/12/11 09:40:44 wiz Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGREVISION= 7
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/buildlink3.mk"
.include "../../graphics/GLXKit/buildlink3.mk"
.include "../../graphics/SDLKit/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"