freebsd-ports/games/gnurobbo/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

31 lines
714 B
Makefile

# New ports collection makefile for: gnurobbo
# Date created: 05 Mar 2009
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnurobbo
PORTVERSION= 0.64
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
EXTRACT_SUFX= -source.tar.gz
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Reimplementation of LK Avalon's Robbo for the Atari XE/XL
USE_GMAKE= yes
USE_SDL= sdl ttf mixer image
MAKE_ENV= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}"
PORTDOCS= *
post-patch:
@${REINPLACE_CMD} -e '/define DEBUG_DUMP_VM_USAGE/ d' ${WRKSRC}/game.c
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/DOCDIR/ d' ${WRKSRC}/Makefile
.endif
.include <bsd.port.mk>