b63d06af35
PR: ports/120100 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
24 lines
613 B
Makefile
24 lines
613 B
Makefile
# New ports collection makefile for: crimson
|
|
# Date created: 3 May 2001
|
|
# Whom: Jan Jungnickel <jan@jungnickel.com>
|
|
#
|
|
# $Carpetsmoker: ports/games/crimson/Makefile,v 1.2 2008/01/26 16:04:12 carpetsmoker Exp $
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crimson
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://crimson.seul.org/files/ \
|
|
http://www.carpetsmoker.net/distfiles/ \
|
|
http://www.xs4all.nl/~tournoij/distfiles/
|
|
|
|
MAINTAINER= carpetsmoker@xs4all.nl
|
|
COMMENT= Tactical war game in the tradition of Battle Isle
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_SDL= mixer sdl ttf
|
|
|
|
MAN6= crimson.6
|
|
|
|
.include <bsd.port.mk>
|