diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-27 17:57:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-27 17:57:35 +0800 |
commit | de7e81ecaa4210c83bfae72d605d22be023ec3f7 (patch) | |
tree | 7fb58b8b3b0d4c7c409c575945a5c57f98e00ef0 /games/burgerspace | |
parent | 563e487bc7c2e5cf0344806acd0274696cb71523 (diff) | |
download | freebsd-ports-gnome-de7e81ecaa4210c83bfae72d605d22be023ec3f7.tar.gz freebsd-ports-gnome-de7e81ecaa4210c83bfae72d605d22be023ec3f7.tar.zst freebsd-ports-gnome-de7e81ecaa4210c83bfae72d605d22be023ec3f7.zip |
upgrade to 1.5
PR: 27685
Submitted by: maintainer
Diffstat (limited to 'games/burgerspace')
-rw-r--r-- | games/burgerspace/Makefile | 9 | ||||
-rw-r--r-- | games/burgerspace/distinfo | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile index 6086cf1c3e6c..776bc4ba148a 100644 --- a/games/burgerspace/Makefile +++ b/games/burgerspace/Makefile @@ -6,22 +6,27 @@ # PORTNAME= burgerspace -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= games MASTER_SITES= http://sites.netscape.net/sarrazip/ MAINTAINER= mark@kyne.com.au -LIB_DEPENDS= gengameng.2:${PORTSDIR}/devel/gengameng \ +LIB_DEPENDS= gengameng.3:${PORTSDIR}/devel/gengameng \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_X_PREFIX= yes GNU_CONFIGURE= yes +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" CONFIGURE_ARGS+= --with-gengameng-prefix="${X11BASE}" MAN6= burgerspace.6 +pre-patch: + ${PERL} -pi -e "s|sdl-config|${SDL_CONFIG}|g; \ + s|include/SDL/|include/SDL11/|g;" ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/burgerspace ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/burgerspace.6 ${PREFIX}/man/man6 diff --git a/games/burgerspace/distinfo b/games/burgerspace/distinfo index a2fa5f1306c3..dd83251a13f9 100644 --- a/games/burgerspace/distinfo +++ b/games/burgerspace/distinfo @@ -1 +1 @@ -MD5 (burgerspace-1.4.tar.gz) = 290bfc12bb5bddd05367adf7c754db7a +MD5 (burgerspace-1.5.tar.gz) = ce624d338cad7ae7e6fba45d63eaeb30 |