pkgsrc/games/crimsonfields/Makefile

33 lines
861 B
Makefile
Raw Normal View History

2008-06-12 04:14:13 +02:00
# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:30 joerg Exp $
#
DISTNAME= crimson-0.5.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
2007-09-09 18:57:16 +02:00
MAINTAINER= pkgsrc-users@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
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= xdg-1.1
2006-05-22 19:40:44 +02:00
USE_LANGUAGES= c c++
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 "../../net/SDL_net/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"