diff options
author | markp <markp@FreeBSD.org> | 2002-11-24 17:19:50 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-11-24 17:19:50 +0800 |
commit | 07c16ef2ae66aca8f0f0bdeace571e29327d1786 (patch) | |
tree | 9f5415687aec32ba53ec0720ab8fe4cab9670bbe /games/burgerspace/Makefile | |
parent | adee418437880efcea166fa59bf1f51b0de1fa71 (diff) | |
download | freebsd-ports-gnome-07c16ef2ae66aca8f0f0bdeace571e29327d1786.tar.gz freebsd-ports-gnome-07c16ef2ae66aca8f0f0bdeace571e29327d1786.tar.zst freebsd-ports-gnome-07c16ef2ae66aca8f0f0bdeace571e29327d1786.zip |
Update to 1.6.1
Diffstat (limited to 'games/burgerspace/Makefile')
-rw-r--r-- | games/burgerspace/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile index 61e5aafd324f..715b9f7fa766 100644 --- a/games/burgerspace/Makefile +++ b/games/burgerspace/Makefile @@ -6,26 +6,21 @@ # PORTNAME= burgerspace -PORTVERSION= 1.5 +PORTVERSION= 1.6.1 CATEGORIES= games -MASTER_SITES= http://sites.netscape.net/sarrazip/ +MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ MAINTAINER= markp@FreeBSD.org -LIB_DEPENDS= gengameng.3:${PORTSDIR}/devel/gengameng \ +LIB_DEPENDS= gengameng.4:${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 +MAN6= burgerspace.6 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/burgerspace ${PREFIX}/bin |