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 | |
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')
-rw-r--r-- | games/burgerspace/Makefile | 13 | ||||
-rw-r--r-- | games/burgerspace/distinfo | 2 | ||||
-rw-r--r-- | games/burgerspace/pkg-comment | 2 | ||||
-rw-r--r-- | games/burgerspace/pkg-descr | 8 |
4 files changed, 10 insertions, 15 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 diff --git a/games/burgerspace/distinfo b/games/burgerspace/distinfo index dd83251a13f9..8de09f20ae10 100644 --- a/games/burgerspace/distinfo +++ b/games/burgerspace/distinfo @@ -1 +1 @@ -MD5 (burgerspace-1.5.tar.gz) = ce624d338cad7ae7e6fba45d63eaeb30 +MD5 (burgerspace-1.6.1.tar.gz) = 27c8389577bc8ab0435102c5ec129ac4 diff --git a/games/burgerspace/pkg-comment b/games/burgerspace/pkg-comment index 93b42c15fbad..b0f30134ae8e 100644 --- a/games/burgerspace/pkg-comment +++ b/games/burgerspace/pkg-comment @@ -1 +1 @@ -A BurgerTime clone for X +A BurgerTime clone diff --git a/games/burgerspace/pkg-descr b/games/burgerspace/pkg-descr index 1d5bb9638938..c56fce6f2809 100644 --- a/games/burgerspace/pkg-descr +++ b/games/burgerspace/pkg-descr @@ -1,6 +1,6 @@ -Burgerspace is a BurgerTime clone for X. You are a chef and must walk -over hamburger ingredients (buns, meat and lettuce) to make them fall -from floor to floor, until they end up in the plates at the bottom of -the screen. +Burgerspace is a BurgerTime clone. You are a chef and must walk over +hamburger ingredients (buns, meat and lettuce) to make them fall from +floor to floor, until they end up in the plates at the bottom of the +screen. WWW: http://www3.sympatico.ca/sarrazip/dev/burgerspace.html |