6048206d2c
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
18 lines
483 B
Makefile
18 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/11/30 22:58:41 jschauma Exp $
|
|
#
|
|
|
|
.include "../../graphics/3DKit/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/3DKit/GlutKit/}
|
|
PKGREVISION= 3
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/GlutKit
|
|
|
|
COMMENT= 3DKit GLUT backend
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "../../graphics/RenderKit/buildlink2.mk"
|
|
.include "../../graphics/glut/buildlink2.mk"
|
|
.include "../../graphics/glu/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|