1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/games/crimson/Makefile
2021-04-06 16:31:07 +02:00

22 lines
452 B
Makefile

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