Update games/stransball2 to version 1.5_10
[dports.git] / games / tileworld / Makefile
1 # Created by: sec@42.org
2 # $FreeBSD$
3
4 PORTNAME=       tileworld
5 PORTVERSION=    1.3.0
6 PORTREVISION=   6
7 CATEGORIES=     games
8 MASTER_SITES=   http://www.muppetlabs.com/~breadbox/pub/software/tworld/
9 DISTNAME=       tworld-${PORTVERSION}
10
11 MAINTAINER=     sec@42.org
12 COMMENT=        Emulation of the game "Chip's Challenge"
13
14 USE_SDL=        sdl
15 GNU_CONFIGURE=  YES
16 USES=           gmake
17 ALL_TARGET=     tworld
18 DATADIR=        share/tworld
19
20 post-patch:
21         @${REINPLACE_CMD} -e 's|make|$${MAKE}|g; s|cp -i|cp|' ${WRKSRC}/Makefile.in
22
23 .include <bsd.port.mk>