3dea82e784
* 0.4.5 (14-10-2004) - replaced 'The Uprising' with a new implementation, marking the start of the Yalwa campaign - improved event handling - added new event 'settimer' and extended 'message' - slightly improved computer player - fixed two crashers in CoMET - updated French and Polish translations * 0.4.4 (27-08-2004) - added new map 'The General' - added first bits of a French translation - added new event 'sethex' and extended 'createunit' - replaced trigger 'turn' by 'timer' and extended 'unitposition' - newly created units now appear in turn replays - added basic message creation facilities to CoMET - renamed --enable-zlib configure parameter to --with-zlib - fixed a score of minor bugs and compiler warnings
26 lines
707 B
Makefile
26 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.21 2004/11/26 21:14:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= crimson-0.4.5
|
|
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"
|