summaryrefslogtreecommitdiff
path: root/games/crimson/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 07:52:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 07:52:47 +0000
commit9524c48b665062ae9714edbd0152264dab76e33e (patch)
treeb950ea3797c77556ad90f81775838178ef3305a4 /games/crimson/Makefile
parentImproved GIF support. (diff)
upgrade to 0.2.3
PR: 37513 Reported by: Jan Stocker <Jan.Stocker@t-online.de> Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59607
Diffstat (limited to 'games/crimson/Makefile')
-rw-r--r--games/crimson/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile
index 5f63c3c036b3..012a35bf4606 100644
--- a/games/crimson/Makefile
+++ b/games/crimson/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= crimson
-PORTVERSION= 0.1.3
+PORTVERSION= 0.2.3
CATEGORIES= games
MASTER_SITES= http://www.lanipage.de/jens/crimson/
PKGNAMESUFFIX= -fields
@@ -13,14 +13,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jan@jungnickel.com
-LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
+ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
USE_BZIP2= yes
+SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
USE_GMAKE= yes
+MAN6= crimson.6
+
post-patch:
- @${PERL} -pi -e "s|sdl-config|sdl11-config|; s|SDL/|SDL11/|" \
+ @${PERL} -pi -e "s|sdl-config|${SDL_CONFIG}|; s|SDL/|SDL11/|" \
${WRKSRC}/configure
.include <bsd.port.mk>