1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/crimson/Makefile
2019-11-08 10:47:01 +00:00

23 lines
464 B
Makefile

# 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/ \
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>