pkgsrc/games/quake6/Makefile

30 lines
788 B
Makefile
Raw Normal View History

2000-02-11 04:58:14 +01:00
# $NetBSD: Makefile,v 1.4 2000/02/11 03:58:14 hubertf 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/
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
2000-02-02 07:53:42 +01:00
PATCHFILES= quake6-00-v6-20000202b.diff.gz
2000-02-01 18:08:48 +01:00
PATCH_DIST_STRIP= -p1
MAINTAINER= itojun@kame.net
HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml
2000-02-02 07:53:42 +01:00
DEPENDS= quakedata-*:../../games/quakedata
2000-02-01 18:08:48 +01:00
WRKSRC= ${WRKDIR}/quakeforge
post-extract:
2000-02-01 18:11:17 +01:00
(cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \;)
2000-02-01 18:08:48 +01:00
(cd ${WRKSRC}; ${RM} config.cache)
USE_GMAKE= yes
GNU_CONFIGURE= yes
2000-02-11 04:58:14 +01:00
# This pkg does not regard USE_INET6, but works fine with IPv6
2000-02-01 18:08:48 +01:00
# "bindir" setting is very non-standard for GNU autoconf
CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin
.include "../../mk/bsd.pkg.mk"