pkgsrc/games/frozen-bubble/Makefile
he 90ae355849 Update from version 1.0.0nb12 to 1.0.0nb13.
Fix the version test for p5-SDL, so that this at least continues
to build after the recent update of p5-SDL to 2.1.2.  Note that
I've only compile tested this with the new p5-SDL; I'm not in a
position to test it more fully right now.
2008-11-17 19:58:59 +00:00

31 lines
766 B
Makefile

# $NetBSD: Makefile,v 1.29 2008/11/17 19:58:59 he Exp $
#
DISTNAME= frozen-bubble-1.0.0
PKGREVISION= 13
CATEGORIES= games
MASTER_SITES= http://zarb.org/~gc/fb/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.frozen-bubble.org/
COMMENT= Pop the frozen bubbles
DEPENDS+= p5-SDL>=1.19.2:../../devel/p5-SDL
USE_TOOLS+= gmake perl:run
MAKE_ENV+= PERL5=${PERL5:Q} CP=${CP:Q} INSTALLDIRS="vendor"
INSTALL_MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
INSTALLATION_DIRS= ${PKGMANDIR}/man6
REPLACE_PERL+= frozen-bubble* gfx/shoot/create.pl
PERL5_PACKLIST= auto/fb_c_stuff/.packlist
post-extract:
${RM} -rf ${WRKSRC}/gfx/.xvpics
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"