summaryrefslogtreecommitdiff
path: root/games/tileworld/Makefile
blob: 74a377b43ca60be4d365c0a20d67754f8c7df5b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	tileworld
PORTVERSION=	1.3.0
PORTREVISION=	7
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"
WWW=		https://www.muppetlabs.com/~breadbox/software/tworld/

USE_SDL=	sdl
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

USES=		gmake sdl
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>