mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
79797e74dc
- Update to 1.2.1 to fix fetch problem since 2004. PR: ports/90450 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
30 lines
663 B
Makefile
30 lines
663 B
Makefile
# New ports collection makefile for: tileworld
|
|
# Date created: 08. Oct 02
|
|
# Whom: sec@42.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tileworld
|
|
PORTVERSION= 1.2.1
|
|
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
|
|
USE_REINPLACE= YES
|
|
ALL_TARGET= tworld
|
|
|
|
MAN6= tworld.6
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|make|$${MAKE}|g; s|cp -i|cp|' ${WRKSRC}/Makefile.in
|
|
@${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|