summaryrefslogtreecommitdiff
path: root/games/bomberclone/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-06-23 15:48:41 +0000
committersnj <snj@pkgsrc.org>2004-06-23 15:48:41 +0000
commit7d5d76026fb072f285d8ccfe7eb95274e172fa89 (patch)
tree1f4d35eba37ed77f15a56806633f70ae75cec083 /games/bomberclone/Makefile
parent221d5c6dc5d035d23f413794f4049fca3375df23 (diff)
downloadpkgsrc-7d5d76026fb072f285d8ccfe7eb95274e172fa89.tar.gz
Update bomberclone to 0.11.3.
The ChangeLog has this to say about it: - in-game menus, like the "Quit Game" question, and an End Round menu. - menu handling changed some internal things, so it is possible to create more menus at a time. it is possible to write own menuloops. (this is used in the new playerselection screen and playermenu screen.) - new player selection screen, needed because of the second local player. - password protection for own games so they can be listed on the OGC but only people with the password will be able to join. - user-defined keyboad settings. - the server can now kick players from the game - programm parameters for automatic joining/hosting a game, using ogc, port configuation and debug mode. - Fixed: respawning of the player will continue and finish when we go into Hurry Mode. - Fixed: bombs will start ticking when another special is taken or the player died. - Fixed: statusbar will forced to update if a player finished respawning. - Fixed: number of items which have been dropped. If not all items could been set a debug message will be printed into the console or stdout.txt. - Fixed: items can not anymore droped on bombs. - Fixes the issue of it making incorrect assumptions about the initial range of bombs and placing players in unsafe positions.
Diffstat (limited to 'games/bomberclone/Makefile')
-rw-r--r--games/bomberclone/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile
index 1bdfe9caf83..3b97f46b2ff 100644
--- a/games/bomberclone/Makefile
+++ b/games/bomberclone/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2004/03/07 00:08:40 snj Exp $
-#
+# $NetBSD: Makefile,v 1.11 2004/06/23 15:48:41 snj Exp $
-DISTNAME= bomberclone-0.11.2
+DISTNAME= bomberclone-0.11.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bomberclone/}
EXTRACT_SUFX= .tar.bz2
@@ -12,9 +11,9 @@ COMMENT= Multi-player Bomberman clone
CONFLICTS= bomberclone-data-[0-9]*
+GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"