7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.57 2014/05/29 23:36:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xracer-0.96.9
|
|
PKGREVISION= 15
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://www.annexia.org/_file/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://www.annexia.org/freeware/xracer
|
|
COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
|
|
|
|
USE_TOOLS+= gmake perl:run
|
|
PERL5_PACKLIST= auto/XRacer/.packlist
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
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 "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|