pkgsrc/games/xracer/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

39 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.44 2008/10/19 19:18:10 he Exp $
#
DISTNAME= xracer-0.96.9
PKGREVISION= 7
CATEGORIES= games x11
MASTER_SITES= http://xracer.annexia.org/files/
MAINTAINER= bsieker@freenet.de
HOMEPAGE= http://xracer.annexia.org/
COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl:run
PERL5_PACKLIST= auto/XRacer/.packlist
USE_LIBTOOL= yes
# disabled by patch-an, since the only existing translation is empty
# and made trouble in 2.1 bulk builds
#USE_TOOLS+= msgfmt
#USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PERL5_CONFIGURE= no
PERL5_CONFIGURE_DIRS= ${WRKSRC}/XRacer
REPLACE_PERL+= tools/blender2track/xracer-blender2track.pl \
tools/mktube/xracer-mktube.pl \
tools/mktrack/xracer-mktrack.pl \
tools/mktrackscenery/xracer-mktrackscenery.pl \
tools/mkcraft/xracer-mkcraft.pl \
tools/mkmeshnotex/xracer-mkmeshnotex.pl
post-configure: do-makemaker-configure
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"