freebsd-ports/games/tileworld/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

23 lines
489 B
Makefile

# Created by: sec@42.org
# $FreeBSD$
PORTNAME= tileworld
PORTVERSION= 1.3.0
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/
DISTNAME= tworld-${PORTVERSION}
MAINTAINER= sec@42.org
COMMENT= Emulation of the game "Chip's Challenge"
USE_SDL= sdl
GNU_CONFIGURE= YES
USES= gmake
ALL_TARGET= tworld
DATADIR= share/tworld
post-patch:
@${REINPLACE_CMD} -e 's|make|$${MAKE}|g; s|cp -i|cp|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>