summaryrefslogtreecommitdiff
path: root/games/neverball/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-11-07 06:25:59 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-11-07 06:25:59 +0000
commit82162ecf7e7e03503f9051c6bc883b0ad9644354 (patch)
tree1e93124c87564b92ede77e89fd7b6e31382d2089 /games/neverball/Makefile
parent[force commit] (diff)
Update to 0.25.12
PR: ports/58713 Submitted by: mezz (maintainer)
Notes
Notes: svn path=/head/; revision=93285
Diffstat (limited to 'games/neverball/Makefile')
-rw-r--r--games/neverball/Makefile7
1 files changed, 6 insertions, 1 deletions
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}