diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-17 17:47:17 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-17 17:47:17 +0000 |
commit | 27984d171f3967a405acd13783d5ea0fe054295e (patch) | |
tree | 725803ce097e50e55be6152f66104487fe30f380 /games | |
parent | f2143cd88121bee9a55bff672184ec79feaccae4 (diff) |
Notes
Diffstat (limited to 'games')
-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 8144be3b2af7..8bd804269133 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 000000000000..6086cf1c3e6c --- /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 000000000000..a2fa5f1306c3 --- /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 000000000000..93b42c15fbad --- /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 000000000000..1d5bb9638938 --- /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 000000000000..b164fc1842da --- /dev/null +++ b/games/burgerspace/pkg-plist @@ -0,0 +1 @@ +bin/burgerspace |