478ff67cc4
* 0.4.1 (02-03-2004) - fix crash when switching maps in campaign games - fix progress bar updates in replays and respond to abort requests - fix a long-standing bug with move-shading sometimes shading too much - return to main menu in PBeM games if given the wrong password three times in a row * 0.4.0 (22-02-2004) - now requires SDL_ttf - added support for i18n/l10n (see README) - added German translation - added new map 'Heavy Metal' - the start window now features a small map display - changed game window key from g to F1 - partly reverted the single-click changes - added 'othermsg' and 'othertitle' properties for score events - rebalanced some units
26 lines
705 B
Makefile
26 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.16 2004/03/12 22:15:33 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= crimson-0.4.1
|
|
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
|
|
|
|
DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGLOCALEDIR= yes
|
|
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"
|