aboutsummaryrefslogtreecommitdiffstats
path: root/games/tileworld/Makefile
blob: 8a4bcec1164164b912d6e8d98b6bc8cc9cfb7509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: sec@42.org
# $FreeBSD$

PORTNAME=   tileworld
PORTVERSION=    1.3.0
PORTREVISION=   4
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

NO_STAGE=   yes
post-patch:
    @${REINPLACE_CMD} -e 's|make|$${MAKE}|g; s|cp -i|cp|' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>