diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-10 14:53:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-10 14:53:04 +0000 |
commit | 04b94f8425755a95575c8fc32cc0ffab9073c0a7 (patch) | |
tree | aae3976cb0a8acac3baf9df858650976a1a8bc71 /games/crimsonfields/Makefile | |
parent | 42048c877c45e086db77e01140293243d73b2478 (diff) | |
download | pkgsrc-04b94f8425755a95575c8fc32cc0ffab9073c0a7.tar.gz |
Update to 0.4.2:
* 0.4.2 (20-04-2004)
- actually applied the map switching fixes (doh!)
- fixed compilation for Mandrake 9.1 and Slackware 9.1
- revamped campaign system
- added support for difficulty levels (handicaps)
- added player selection when playing against the computer
- added default mission soundtrack
- 'createunit' events now work with arbitrary locations
- added support for changing squad size and initial xp for units
- added 'handicap' trigger
- lots of minor fixes and featurelets
Diffstat (limited to 'games/crimsonfields/Makefile')
-rw-r--r-- | games/crimsonfields/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile index 30216f9897f..43c453ccd85 100644 --- a/games/crimsonfields/Makefile +++ b/games/crimsonfields/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2004/04/14 16:15:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/10 14:53:04 wiz Exp $ # -DISTNAME= crimson-0.4.1 +DISTNAME= crimson-0.4.2 PKGNAME= ${DISTNAME:S/crimson/crimsonfields/} CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ @@ -14,7 +14,8 @@ COMMENT= Tactical war game in the tradition of Battle Isle USE_BUILDLINK3= yes USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make -USE_PKGLOCALEDIR= yes +# not standard locale files +#USE_PKGLOCALEDIR= no GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-bi2cf --enable-cfed --enable-comet |