Update to 1.6.1

This commit is contained in:
Mark Pulford 2002-11-24 09:19:50 +00:00
parent 45a9296865
commit f5dcab2de3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70976
4 changed files with 10 additions and 15 deletions

View file

@ -6,26 +6,21 @@
# #
PORTNAME= burgerspace PORTNAME= burgerspace
PORTVERSION= 1.5 PORTVERSION= 1.6.1
CATEGORIES= games CATEGORIES= games
MASTER_SITES= http://sites.netscape.net/sarrazip/ MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
MAINTAINER= markp@FreeBSD.org MAINTAINER= markp@FreeBSD.org
LIB_DEPENDS= gengameng.3:${PORTSDIR}/devel/gengameng \ LIB_DEPENDS= gengameng.4:${PORTSDIR}/devel/gengameng \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_X_PREFIX= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt"
CONFIGURE_ARGS+= --with-gengameng-prefix="${X11BASE}" CONFIGURE_ARGS+= --with-gengameng-prefix="${X11BASE}"
MAN6= burgerspace.6 MAN6= burgerspace.6
pre-patch:
${PERL} -pi -e "s|sdl-config|${SDL_CONFIG}|g; \
s|include/SDL/|include/SDL11/|g;" ${WRKSRC}/configure
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/burgerspace ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/burgerspace ${PREFIX}/bin

View file

@ -1 +1 @@
MD5 (burgerspace-1.5.tar.gz) = ce624d338cad7ae7e6fba45d63eaeb30 MD5 (burgerspace-1.6.1.tar.gz) = 27c8389577bc8ab0435102c5ec129ac4

View file

@ -1 +1 @@
A BurgerTime clone for X A BurgerTime clone

View file

@ -1,6 +1,6 @@
Burgerspace is a BurgerTime clone for X. You are a chef and must walk Burgerspace is a BurgerTime clone. You are a chef and must walk over
over hamburger ingredients (buns, meat and lettuce) to make them fall hamburger ingredients (buns, meat and lettuce) to make them fall from
from floor to floor, until they end up in the plates at the bottom of floor to floor, until they end up in the plates at the bottom of the
the screen. screen.
WWW: http://www3.sympatico.ca/sarrazip/dev/burgerspace.html WWW: http://www3.sympatico.ca/sarrazip/dev/burgerspace.html