pkgsrc/games/quake6/Makefile

38 lines
954 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2002/01/24 12:21:35 skrll Exp $
2000-02-01 18:08:48 +01:00
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
CATEGORIES= games
MASTER_SITES= http://www.viagenie.qc.ca/quake/
MAINTAINER= itojun@kame.net
HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml
COMMENT= Quake over IPv6
2000-02-01 18:08:48 +01:00
DEPENDS= quakedata-[0-9]*:../../games/quakedata
2000-02-02 07:53:42 +01:00
2000-02-01 18:08:48 +01:00
WRKSRC= ${WRKDIR}/quakeforge
USE_BUILDLINK_ONLY= yes
2000-02-01 18:08:48 +01:00
post-extract:
cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \;
cd ${WRKSRC}; ${RM} config.cache
2000-02-01 18:08:48 +01:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
# This pkg can be built on USE_INET6 platform only
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
.if !(defined(USE_INET6) && ${USE_INET6} == "YES")
IGNORE= "${PKGNAME} requires IPv6 support"
.endif
2000-02-01 18:08:48 +01:00
# "bindir" setting is very non-standard for GNU autoconf
CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin
.include "../../graphics/Mesa/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
2000-02-01 18:08:48 +01:00
.include "../../mk/bsd.pkg.mk"