From 82151969a7e765675a57233558f4e8009bc3bb07 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 2 Apr 2002 16:43:40 +0000 Subject: toppler (aka nebulous) is a game where you have to guide a small frog up a tower, avoiding the baddies. You do have a snowball to fire, though. PR: 34119 Submitted by: dom@happygiraffe.net --- games/toppler/Makefile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 games/toppler/Makefile (limited to 'games/toppler/Makefile') diff --git a/games/toppler/Makefile b/games/toppler/Makefile new file mode 100644 index 000000000000..48f09f4744a7 --- /dev/null +++ b/games/toppler/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: toppler +# Date created: 18 Jan 2002 +# Whom: Dom Mitchell +# +# $FreeBSD$ +# + +PORTNAME= toppler +PORTVERSION= 0.71 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= toppler + +MAINTAINER= dom@happygiraffe.net + +LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 + +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" + +SCOREDIR?= /var/games/${PORTNAME} +SCOREFILE?= ${PORTNAME}.hscr + +pre-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @find ${WRKSRC} \( -name "*.[ch]" -or -name "*.cc" \) | \ + xargs ${PERL} -pi -e 's|"SDL/SDL|"SDL|g ; s| -- cgit v1.2.3