From 82162ecf7e7e03503f9051c6bc883b0ad9644354 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 7 Nov 2003 06:25:59 +0000 Subject: Update to 0.25.12 PR: ports/58713 Submitted by: mezz (maintainer) --- games/neverball/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'games/neverball/Makefile') diff --git a/games/neverball/Makefile b/games/neverball/Makefile index 0d262bbf1547..538621e2c62f 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -6,17 +6,20 @@ # PORTNAME= neverball -PORTVERSION= 0.25.11 +PORTVERSION= 0.25.12 CATEGORIES= games MASTER_SITES= http://icculus.org/neverball/ MAINTAINER= mezz7@cox.net COMMENT= Tilt the floor to guide a ball through an obstacle course +BUILD_DEPENDS= ${FREETYPE_CONFIG}:${PORTSDIR}/print/freetype2 LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_image.10:${PORTSDIR}/graphics/sdl_image +FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config + USE_BZIP2= yes USE_SDL= yes USE_GMAKE= yes @@ -28,6 +31,8 @@ DIRS= back bgm map mtrl png shot snd sol ttf post-patch: @${REINPLACE_CMD} -e 's|./data|${DATADIR}/data|g' \ ${WRKSRC}/config.h + @${REINPLACE_CMD} -e 's|%%FREETYPE_CONFIG%%|${FREETYPE_CONFIG}|g' \ + ${WRKSRC}/Makefile do-install: .for ii in ${DIRS} -- cgit v1.2.3