1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/crimson/Makefile
Will Andrews b3d3733eb1 Add crimson 0.1.3, a tactical war game in the tradition of Battle Isle.
PR:		27062
Submitted by:	Jan Jungnickel <jan@jungnickel.com>
2001-05-20 03:01:01 +00:00

25 lines
512 B
Makefile

# New ports collection makefile for: crimson
# Date created: 3 May 2001
# Whom: Jan Jungnickel <jan@jungnickel.com>
#
# $FreeBSD$
PORTNAME= crimson
PORTVERSION= 0.1.3
CATEGORIES= games
MASTER_SITES= http://www.lanipage.de/jens/crimson/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jan@jungnickel.com
LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-patch:
${PERL} -pi -e "s|sdl-config|sdl11-config|;" ${WRKSRC}/configure
.include <bsd.port.mk>