diff options
Diffstat (limited to 'games/ioquake3/Makefile')
-rw-r--r-- | games/ioquake3/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index b12bf2a99ef..8e3494780b6 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/13 00:12:29 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/06 22:04:50 wiz Exp $ # -DISTNAME= ioquake3-0.0.1490 +DISTNAME= ioquake3-1.36 CATEGORIES= games -MASTER_SITES= http://www.invisible.ca/~jmcneill/distfiles/ +MASTER_SITES= http://ioquake3.org/files/1.36/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ioquake3.org/ COMMENT= Open source Quake 3 distribution -USE_TOOLS+= gmake +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= gmake BUILD_TARGET= release do-install: |