aboutsummaryrefslogtreecommitdiff
path: root/games/crimson/Makefile
blob: c58ac4d9c5d61c692209d1022329939c8e78f7ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Jan Jungnickel <jan@jungnickel.com>

PORTNAME=	crimson
PORTVERSION=	0.5.3
PORTREVISION=	5
CATEGORIES=	games
MASTER_SITES=	http://crimson.seul.org/files/ \
		http://mirror.amdmi3.ru/distfiles/
PKGNAMESUFFIX=	-fields

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tactical war game in the tradition of Battle Isle

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
USES=		gmake sdl
USE_SDL=	mixer sdl ttf

.include <bsd.port.mk>