pkgsrc/games/crimsonfields/Makefile

29 lines
750 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.26 2005/07/02 09:38:23 wiz Exp $
#
DISTNAME= crimson-0.4.8
PKGNAME= ${DISTNAME:S/crimson/crimsonfields/}
CATEGORIES= games
2003-09-04 11:45:15 +02:00
MASTER_SITES= http://crimson.seul.org/files/
EXTRACT_SUFX= .tar.bz2
2003-07-17 23:31:04 +02:00
MAINTAINER= wiz@NetBSD.org
2003-09-04 11:45:15 +02:00
HOMEPAGE= http://crimson.seul.org/
COMMENT= Tactical war game in the tradition of Battle Isle
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake
# 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
2004-03-07 08:34:20 +01:00
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"