diff options
author | itojun <itojun@pkgsrc.org> | 2000-02-01 17:08:48 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-02-01 17:08:48 +0000 |
commit | 109cebec290c37f71f7de35bcc3f574bd80cd50a (patch) | |
tree | 8f4e23b0e73fcef0bea4b57263f4c97d7fd651cc /games/quake6/Makefile | |
parent | 4684ad3e85af8dbbea7148569c7c1be4f22e92db (diff) | |
download | pkgsrc-109cebec290c37f71f7de35bcc3f574bd80cd50a.tar.gz |
quake6: quake over IPv6
Diffstat (limited to 'games/quake6/Makefile')
-rw-r--r-- | games/quake6/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile new file mode 100644 index 00000000000..be29b6efe89 --- /dev/null +++ b/games/quake6/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/01 17:08:48 itojun Exp $ + +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/ +PATCHFILES= quake6-00-v6-20000202a.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= itojun@kame.net +HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml + +WRKSRC= ${WRKDIR}/quakeforge + +post-extract: + (cd ${WRKSRC}; find . -name \*.o -exec ${RM} {} \;) + (cd ${WRKSRC}; ${RM} config.cache) + +USE_GMAKE= yes +GNU_CONFIGURE= yes +# "bindir" setting is very non-standard for GNU autoconf +CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin + +.include "../../mk/bsd.pkg.mk" |