pkgsrc/games/crimsonfields/Makefile

27 lines
707 B
Makefile
Raw Normal View History

# $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
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
2004-03-07 08:34:20 +01:00
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
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"