summaryrefslogtreecommitdiff
path: root/games/burgerspace
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-17 17:47:17 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-17 17:47:17 +0000
commit27984d171f3967a405acd13783d5ea0fe054295e (patch)
tree725803ce097e50e55be6152f66104487fe30f380 /games/burgerspace
parentAdd gengameng 2.0, an X11 game engine library. (diff)
Add burgerspace 1.4, a BurgerTime clone for X.
PR: 26526 Submitted by: Mark Pulford <mark@kyne.com.au>
Notes
Notes: svn path=/head/; revision=41584
Diffstat (limited to 'games/burgerspace')
-rw-r--r--games/burgerspace/Makefile29
-rw-r--r--games/burgerspace/distinfo1
-rw-r--r--games/burgerspace/pkg-comment1
-rw-r--r--games/burgerspace/pkg-descr6
-rw-r--r--games/burgerspace/pkg-plist1
5 files changed, 38 insertions, 0 deletions
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