freebsd-ports/games/tileworld/Makefile
Sam Lawrance 1c18786cba Update to 1.3.0.
PR:		ports/96021
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	sec@42.org (maintainer, timeout 3 weeks)
2006-05-14 14:36:30 +00:00

29 lines
666 B
Makefile

# New ports collection makefile for: tileworld
# Date created: 08. Oct 02
# Whom: sec@42.org
#
# $FreeBSD$
#
PORTNAME= tileworld
PORTVERSION= 1.3.0
CATEGORIES= games
MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/
DISTNAME= tworld-${PORTVERSION}
MAINTAINER= sec@42.org
COMMENT= An emulation of the game "Chip's Challenge"
USE_SDL= sdl
GNU_CONFIGURE= YES
USE_GMAKE= YES
ALL_TARGET= tworld
DATADIR= share/tworld
MAN6= tworld.6
post-patch:
@${REINPLACE_CMD} -e 's|make|$${MAKE}|g; s|cp -i|cp|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g' ${WRKSRC}/configure
.include <bsd.port.mk>