mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
b9398223bd
Approved by: portmgr blanket
23 lines
460 B
Makefile
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>
|