1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/tileworld/Makefile
Marcus von Appen fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00

30 lines
610 B
Makefile

# New ports collection makefile for: tileworld
# Date created: 08. Oct 02
# Whom: 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
post-patch:
@${REINPLACE_CMD} -e 's|make|$${MAKE}|g; s|cp -i|cp|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>