ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
23 lines
603 B
Makefile
23 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/01/18 05:06:37 tnn Exp $
|
|
#
|
|
|
|
.include "../../graphics/3DKit/Makefile.common"
|
|
PKGREVISION= 13
|
|
|
|
DISTFILES= DevManual.pdf
|
|
|
|
COMMENT= Objective-C 3D graphics foundation class library
|
|
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/3DKit
|
|
${INSTALL_DATA} ${WRKSRC}/${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"
|