mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e40b465fd3
Approved by: portmgr@
24 lines
489 B
Makefile
24 lines
489 B
Makefile
# 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= 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>
|