pkgsrc-wip/briquolo/Makefile
2006-08-25 21:04:50 +00:00

25 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/08/25 21:04:50 dhowland Exp $
#
DISTNAME= briquolo-0.5.2
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://briquolo.free.fr/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://briquolo.free.fr/en/
COMMENT= 3D breakout based on OpenGL
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
post-install:
${CP} -rf ${WRKSRC}/data/data ${PREFIX}/share/briquolo/
.include "../../devel/SDL/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"