diff options
author | snj <snj@pkgsrc.org> | 2004-08-25 20:26:17 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-08-25 20:26:17 +0000 |
commit | 6d8afaf59c635aa6dbde12a9c09f5df18796c393 (patch) | |
tree | 05151ce25a3af08285dd79f4111d4b89f41c961a /games/quakeforge/Makefile | |
parent | 70e1098ab67901213e39cdebf5277b8e57c798a6 (diff) | |
download | pkgsrc-6d8afaf59c635aa6dbde12a9c09f5df18796c393.tar.gz |
Update to quakeforge 0.5.5.
This release fixes zillions of bugs (most notably, game saving/loading
now works). Also included is PNG support. There are too many little
changes to note, so see the ChangeLog for details.
Diffstat (limited to 'games/quakeforge/Makefile')
-rw-r--r-- | games/quakeforge/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 159f73f502b..73584c51186 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2004/04/18 03:03:59 snj Exp $ +# $NetBSD: Makefile,v 1.3 2004/08/25 20:26:17 snj Exp $ -DISTNAME= quakeforge-0.5.4 +DISTNAME= quakeforge-0.5.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quake/} @@ -11,6 +11,7 @@ COMMENT= Improved Quake engine BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison CONFIGURE_ARGS+= --with-cpp="${CPP} %d %i %o" +CONFIGURE_ARGS+= --disable-ogg CONFIGURE_ARGS+= --disable-xmms GNU_CONFIGURE= YES USE_BUILDLINK3= YES @@ -32,6 +33,12 @@ BUILD_DEFS+= USE_INET6 CONFIGURE_ARGS+= --without-ipv6 .endif +pre-install: + ${INSTALL_PROGRAM_DIR} ${PREFIX}/include/QF/plugin + ${INSTALL_PROGRAM_DIR} ${PREFIX}/include/QF/ruamoko/gui + .include "../../devel/SDL/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |