diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-21 15:52:47 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-21 15:52:47 +0800 |
commit | 0286325ebad4f27b093fcb4f826a3eee09a23b54 (patch) | |
tree | fd1be313816523091d6d9fa64842ecaaa447fdc1 /games/crimson/Makefile | |
parent | 0c3276726a4360219122b630dba18e5b327579b1 (diff) | |
download | freebsd-ports-gnome-0286325ebad4f27b093fcb4f826a3eee09a23b54.tar.gz freebsd-ports-gnome-0286325ebad4f27b093fcb4f826a3eee09a23b54.tar.zst freebsd-ports-gnome-0286325ebad4f27b093fcb4f826a3eee09a23b54.zip |
upgrade to 0.2.3
PR: 37513
Reported by: Jan Stocker <Jan.Stocker@t-online.de>
Submitted by: maintainer
Diffstat (limited to 'games/crimson/Makefile')
-rw-r--r-- | games/crimson/Makefile | 10 |
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> |