cc4c91d4de
Robbo for the Atari XE/XL from the late 1980s. The gameplay of the original is faithfully reproduced with a few modifications :- * Lives has been removed and suicide replaced with level restart * Scoring has been removed: goal is level advancement * Bear logic has been enhanced: fixed endlessly spinning bears WWW: http://gnurobbo.sourceforge.net/
29 lines
604 B
Makefile
29 lines
604 B
Makefile
# New ports collection makefile for: gnurobbo
|
|
# Date created: 05 Mar 2009
|
|
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnurobbo
|
|
PORTVERSION= 0.61
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Reimplementation of LK Avalon's Robbo for the Atari XE/XL
|
|
|
|
USE_GMAKE= yes
|
|
USE_SDL= sdl ttf
|
|
|
|
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>
|