1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/games/crimson/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

23 lines
460 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
USE_SDL= mixer sdl ttf
.include <bsd.port.mk>