pkgsrc/games/crimsonfields/Makefile
wiz 04b94f8425 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
2004-05-10 14:53:04 +00:00

26 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.18 2004/05/10 14:53:04 wiz Exp $
#
DISTNAME= crimson-0.4.2
PKGNAME= ${DISTNAME:S/crimson/crimsonfields/}
CATEGORIES= games
MASTER_SITES= http://crimson.seul.org/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://crimson.seul.org/
COMMENT= Tactical war game in the tradition of Battle Isle
USE_BUILDLINK3= yes
USE_DIRS+= xdg-1.1
USE_GNU_TOOLS+= make
# not standard locale files
#USE_PKGLOCALEDIR= no
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-bi2cf --enable-cfed --enable-comet
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"