pkgsrc/graphics/SDLKit/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

19 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.22 2008/01/18 05:06:38 tnn Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/SDLKit/}
PKGREVISION= 17
COMMENT= 3DKit SDL backend
DISTINFO_FILE= ${.CURDIR}/distinfo
WRKSRC= ${WRKDIR}/${DISTNAME}/SDLKit
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/RenderKit/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"