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

PORTNAME=   crimson
PORTVERSION=    0.5.3
PORTREVISION=   5
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

.include <bsd.port.mk>