2005-07-02 11:38:23 +02:00
|
|
|
# $NetBSD: Makefile,v 1.26 2005/07/02 09:38:23 wiz Exp $
|
2003-05-30 00:56:02 +02:00
|
|
|
#
|
|
|
|
|
2005-07-02 11:38:23 +02:00
|
|
|
DISTNAME= crimson-0.4.8
|
2003-05-30 00:56:02 +02:00
|
|
|
PKGNAME= ${DISTNAME:S/crimson/crimsonfields/}
|
|
|
|
CATEGORIES= games
|
2003-09-04 11:45:15 +02:00
|
|
|
MASTER_SITES= http://crimson.seul.org/files/
|
2003-05-30 00:56:02 +02:00
|
|
|
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/
|
2003-07-21 18:45:54 +02:00
|
|
|
COMMENT= Tactical war game in the tradition of Battle Isle
|
2003-05-30 00:56:02 +02:00
|
|
|
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= xdg-1.1
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2004-05-10 16:53:04 +02:00
|
|
|
# not standard locale files
|
|
|
|
#USE_PKGLOCALEDIR= no
|
2003-05-30 00:56:02 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2005-03-07 15:27:54 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-bi2cf
|
|
|
|
CONFIGURE_ARGS+= --enable-cf2bmp
|
|
|
|
CONFIGURE_ARGS+= --enable-cfed
|
|
|
|
CONFIGURE_ARGS+= --enable-comet
|
2003-05-30 00:56:02 +02:00
|
|
|
|
2004-03-07 08:34:20 +01:00
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
2004-03-12 23:15:33 +01:00
|
|
|
.include "../../devel/SDL_ttf/buildlink3.mk"
|
2003-05-30 00:56:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|