Add files from parent branch HEAD:
[pkgsrcv2.git] / games / xracer / Makefile
1 # $NetBSD: Makefile,v 1.42 2007/02/02 18:22:04 joerg Exp $
2 #
3
4 DISTNAME=               xracer-0.96.9
5 PKGREVISION=            6
6 CATEGORIES=             games x11
7 MASTER_SITES=           http://xracer.annexia.org/files/
8
9 MAINTAINER=             bsieker@freenet.de
10 HOMEPAGE=               http://xracer.annexia.org/
11 COMMENT=                XRacer is a clone of the popular Psygnosis game Wipeout
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 USE_TOOLS+=             gmake perl:run
16 PERL5_PACKLIST=         auto/XRacer/.packlist
17
18 USE_LIBTOOL=            yes
19 # disabled by patch-an, since the only existing translation is empty
20 # and made trouble in 2.1 bulk builds
21 #USE_TOOLS+=            msgfmt
22 #USE_PKGLOCALEDIR=      yes
23 GNU_CONFIGURE=          yes
24 PERL5_CONFIGURE=        no
25 PERL5_CONFIGURE_DIRS=   ${WRKSRC}/XRacer
26 REPLACE_PERL+=          tools/blender2track/xracer-blender2track.pl \
27                         tools/mktube/xracer-mktube.pl \
28                         tools/mktrack/xracer-mktrack.pl \
29                         tools/mktrackscenery/xracer-mktrackscenery.pl \
30                         tools/mkcraft/xracer-mkcraft.pl \
31                         tools/mkmeshnotex/xracer-mkmeshnotex.pl
32
33 post-configure: do-makemaker-configure
34
35 .include "../../devel/gettext-lib/buildlink3.mk"
36 .include "../../graphics/Mesa/buildlink3.mk"
37 .include "../../graphics/jpeg/buildlink3.mk"
38 .include "../../lang/perl5/module.mk"
39 .include "../../mk/bsd.pkg.mk"