diff options
author | will <will@FreeBSD.org> | 2001-04-17 17:47:17 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-17 17:47:17 +0000 |
commit | 435b72999405cdcca7f35fc7f702c2f6bc626f04 (patch) | |
tree | 53bceee08a3f3efb223562494cd4bb10f5b8fba4 | |
parent | bf577e7c1406883a8a48545cd6485fb475a6c1d3 (diff) | |
download | FreeBSD-ports-435b72999405cdcca7f35fc7f702c2f6bc626f04.zip FreeBSD-ports-435b72999405cdcca7f35fc7f702c2f6bc626f04.tar.gz |
Add burgerspace 1.4, a BurgerTime clone for X.
PR: 26526
Submitted by: Mark Pulford <mark@kyne.com.au>
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/burgerspace/Makefile | 29 | ||||
-rw-r--r-- | games/burgerspace/distinfo | 1 | ||||
-rw-r--r-- | games/burgerspace/pkg-comment | 1 | ||||
-rw-r--r-- | games/burgerspace/pkg-descr | 6 | ||||
-rw-r--r-- | games/burgerspace/pkg-plist | 1 |
6 files changed, 39 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 8144be3..8bd8042 100644 --- a/games/Makefile +++ b/games/Makefile @@ -38,6 +38,7 @@ SUBDIR += bugsx SUBDIR += 44bsd-hunt SUBDIR += CaribbeanStud + SUBDIR += burgerspace SUBDIR += bzflag SUBDIR += cgoban SUBDIR += civ2demo diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile new file mode 100644 index 0000000..6086cf1 --- /dev/null +++ b/games/burgerspace/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: burgerspace +# Date created: Apr 13, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= burgerspace +PORTVERSION= 1.4 +CATEGORIES= games +MASTER_SITES= http://sites.netscape.net/sarrazip/ + +MAINTAINER= mark@kyne.com.au + +LIB_DEPENDS= gengameng.2:${PORTSDIR}/devel/gengameng \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +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 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/burgerspace ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/burgerspace.6 ${PREFIX}/man/man6 + +.include <bsd.port.mk> diff --git a/games/burgerspace/distinfo b/games/burgerspace/distinfo new file mode 100644 index 0000000..a2fa5f1 --- /dev/null +++ b/games/burgerspace/distinfo @@ -0,0 +1 @@ +MD5 (burgerspace-1.4.tar.gz) = 290bfc12bb5bddd05367adf7c754db7a diff --git a/games/burgerspace/pkg-comment b/games/burgerspace/pkg-comment new file mode 100644 index 0000000..93b42c1 --- /dev/null +++ b/games/burgerspace/pkg-comment @@ -0,0 +1 @@ +A BurgerTime clone for X diff --git a/games/burgerspace/pkg-descr b/games/burgerspace/pkg-descr new file mode 100644 index 0000000..1d5bb96 --- /dev/null +++ b/games/burgerspace/pkg-descr @@ -0,0 +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. + +WWW: http://www3.sympatico.ca/sarrazip/dev/burgerspace.html diff --git a/games/burgerspace/pkg-plist b/games/burgerspace/pkg-plist new file mode 100644 index 0000000..b164fc1 --- /dev/null +++ b/games/burgerspace/pkg-plist @@ -0,0 +1 @@ +bin/burgerspace |