summaryrefslogtreecommitdiff
path: root/games/bzflag/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-03-02 23:14:31 +0000
committersnj <snj>2004-03-02 23:14:31 +0000
commitfc7e089ab39a2f3d8fae801d57ed835e856bf9d4 (patch)
tree5b6db07a9870c7f0f03a1d0b2224b9bad7319045 /games/bzflag/Makefile
parent4e65335def89645b3c9055a5b8f6766f4027860e (diff)
downloadpkgsrc-fc7e089ab39a2f3d8fae801d57ed835e856bf9d4.tar.gz
Update to bzflag-1.10.4. Changes:
* Allow variable number of team flags per team with +f bzfs option * bots now fully handle collision check * Notify players when reassigned to a different team on join * Allow multiple bases per team * Alt-Tab & resolution changes do not mess up the screen * No shooting allowed if OO flag is lost in a building * Unclean client disconnects are recognized earlier * Color carried team flags according to their team * Start of better spawn positions based on tanks * Various texture improvements * Add experimental quality setting for enhanced effects * Increase moon segments for exp. quality * Stop infinite spawn loop with complex worlds containing big pyramids * Don't spawn in multiple locations based on multiple r-clicks * Fix Respawning after non-shot kills * Relax kick tolerances and soften kick messages * Remove bad lite effects with Thief steal * Protect against crashes due to bad shot ids * Relax flag drop time for speed checking * Better unresponsive player removal messages * Let genocided players spawn again * Many other bugfixes
Diffstat (limited to 'games/bzflag/Makefile')
-rw-r--r--games/bzflag/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile
index 74854192dcc..fb9ea0ba717 100644
--- a/games/bzflag/Makefile
+++ b/games/bzflag/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/02/28 06:08:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/02 23:14:31 snj Exp $
-DISTNAME= bzflag-1.10.20031209
-PKGNAME= ${DISTNAME:S/20031209/0/}
+DISTNAME= bzflag-1.10.4.20040125
+PKGNAME= ${DISTNAME:S/.20040125//}
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/}
@@ -9,14 +9,13 @@ MAINTAINER= blymn@baea.com.au
HOMEPAGE= http://www.bzflag.org/
COMMENT= OpenGL tank game
-WRKSRC= ${WRKDIR}/bzflag-1.9.10.20031209
GNU_CONFIGURE= yes
-USE_NCURSES= # resize_term()
-USE_X11= yes
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
-USE_PERL5= build
USE_LANGUAGES= c c++
+USE_NCURSES= # resize_term()
+USE_PERL5= build
+USE_X11= yes
.include "../../mk/bsd.prefs.mk"