pkgsrc/games/crimsonfields/Makefile

29 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.24 2005/04/11 21:45:49 tv Exp $
#
DISTNAME= crimson-0.4.7
PKGNAME= ${DISTNAME:S/crimson/crimsonfields/}
PKGREVISION= 1
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_DIRS+= xdg-1.1
USE_GNU_TOOLS+= make
# not standard locale files
#USE_PKGLOCALEDIR= no
GNU_CONFIGURE= yes
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"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"