934916e0f7
* 0.5.3 (01-03-2009) - fix possible crash with invalid mission files - added partial Turkish translation
27 lines
798 B
Makefile
27 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.45 2019/11/09 12:53:10 nia Exp $
|
|
|
|
DISTNAME= crimson-0.5.3
|
|
PKGNAME= ${DISTNAME:S/crimson/crimsonfields/}
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://crimson.seul.org/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://crimson.seul.org/
|
|
COMMENT= Tactical war game in the tradition of Battle Isle
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++03
|
|
USE_TOOLS+= gmake
|
|
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 "../../net/SDL_net/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|