summaryrefslogtreecommitdiff
path: root/games/crimsonfields/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-07 14:27:54 +0000
committerwiz <wiz>2005-03-07 14:27:54 +0000
commitc6e1639b0988113cfc04b16b19bbca69d7b19020 (patch)
tree031ad5a029de964093fa678b89b889e299834c80 /games/crimsonfields/Makefile
parent8826bee04db45aeb96b699c1b1d195028a531004 (diff)
downloadpkgsrc-c6e1639b0988113cfc04b16b19bbca69d7b19020.tar.gz
Update to 0.4.7:
* 0.4.7 (21-02-2005) - fixed railroads being impassable - added single-step undo - added first mission of a tutorial campaign - triggering events can now obsolete other events - replaced broken 'nextmap' event with more versatile 'configure' - extended 'createunit' and 'research' events - added cf2bmp utility to create map images - updated Polish and Slovak translations * 0.4.6 (18-01-2005) - added new maps 'Radio Silence' and 'Swords and Plowshares' (Yalwa campaign) - fixed crash related to mine sweepers - improved path finder resulting in much faster computer turns - updated Polish and added Slovak translation - added random terrain generation in CoMET - improved map scrolling in CoMET - rewrote stuff in tools/ so that no source files have to be touched for new languages/units/tiles anymore - various minor bugfixes
Diffstat (limited to 'games/crimsonfields/Makefile')
-rw-r--r--games/crimsonfields/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile
index e656e432524..7fbd7871f43 100644
--- a/games/crimsonfields/Makefile
+++ b/games/crimsonfields/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2004/11/26 21:14:41 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2005/03/07 14:27:54 wiz Exp $
#
-DISTNAME= crimson-0.4.5
+DISTNAME= crimson-0.4.7
PKGNAME= ${DISTNAME:S/crimson/crimsonfields/}
CATEGORIES= games
MASTER_SITES= http://crimson.seul.org/files/
@@ -18,7 +18,10 @@ USE_GNU_TOOLS+= make
#USE_PKGLOCALEDIR= no
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-bi2cf --enable-cfed --enable-comet
+CONFIGURE_ARGS+= --enable-bi2cf
+CONFIGURE_ARGS+= --enable-cf2bmp
+CONFIGURE_ARGS+= --enable-cfed
+CONFIGURE_ARGS+= --enable-comet
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"