Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / games / crimson / Makefile
1 # Created by: Jan Jungnickel <jan@jungnickel.com>
2 # $FreeBSD$
3
4 PORTNAME=       crimson
5 PORTVERSION=    0.5.3
6 PORTREVISION=   5
7 CATEGORIES=     games
8 MASTER_SITES=   http://crimson.seul.org/files/ \
9                 http://mirror.amdmi3.ru/distfiles/
10 PKGNAMESUFFIX=  -fields
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        Tactical war game in the tradition of Battle Isle
14
15 LICENSE=        GPLv2+
16 LICENSE_FILE=   ${WRKSRC}/COPYING
17
18 GNU_CONFIGURE=  yes
19 USES=           gmake
20 USE_SDL=        mixer sdl ttf
21
22 .include <bsd.port.mk>