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

PORTNAME=   crimson
PORTVERSION=    0.5.3
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   http://crimson.seul.org/files/
PKGNAMESUFFIX=  -fields

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

GNU_CONFIGURE=  yes
USES=       gmake
USE_SDL=    mixer sdl ttf

MAN6=       crimson.6

.include <bsd.port.mk>