summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 05:05:46 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 05:05:46 +0000
commit92f9c34b072fc3627ee82af4f3e4f981921a9f8e (patch)
treefeb465189a21250b343962b8f51659f3589fef3c /games
parentAdd vls 0.5.0, an X11 video streaming client/server solution. (diff)
Add zoom 1.0.1, a Z-Interpreter for X with full V6 support.
PR: 52953 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
Notes
Notes: svn path=/head/; revision=82165
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/zoom/Makefile29
-rw-r--r--games/zoom/distinfo1
-rw-r--r--games/zoom/pkg-descr8
-rw-r--r--games/zoom/pkg-plist3
5 files changed, 42 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 74ad29e7e44b..55bd23a6eb70 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -507,6 +507,7 @@
SUBDIR += yamsweeper
SUBDIR += zangband
SUBDIR += znibbles
+ SUBDIR += zoom
SUBDIR += ztrack
.include <bsd.port.subdir.mk>
diff --git a/games/zoom/Makefile b/games/zoom/Makefile
new file mode 100644
index 000000000000..389a9acff4fb
--- /dev/null
+++ b/games/zoom/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: zoom
+# Date created: May 07 2003
+# Whom: Jan Stocker <Jan.Stocker@t-online.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zoom
+PORTVERSION= 1.0.1
+CATEGORIES= games
+MASTER_SITES= http://www.logicalshift.demon.co.uk/unix/${PORTNAME}/
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= Jan.Stocker@t-online.de
+COMMENT= Z-Interpreter for X with full V6 support
+
+LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+
+MAKE_ENV= ${CONFIGURE_ENV}
+
+.include <bsd.port.mk>
diff --git a/games/zoom/distinfo b/games/zoom/distinfo
new file mode 100644
index 000000000000..b12164044988
--- /dev/null
+++ b/games/zoom/distinfo
@@ -0,0 +1 @@
+MD5 (zoom-1.0.1.tar.gz) = 94c1a4a485d27391f04a1a608dbaceee
diff --git a/games/zoom/pkg-descr b/games/zoom/pkg-descr
new file mode 100644
index 000000000000..6e6a261b151c
--- /dev/null
+++ b/games/zoom/pkg-descr
@@ -0,0 +1,8 @@
+Zoom is a Z-Machine, which means that it plays text adventure games written in
+ZCode. It plays V3-V8 including V6 graphics (you need the blb-files from
+http://www.ifarchive.org/indexes/if-archiveXinfocomXmediaXblorb.html for
+original Infocom V6 games)
+
+WWW: http://www.logicalshift.demon.co.uk/unix/zoom/
+
+- Jan Stocker <Jan.Stocker@t-online.de>
diff --git a/games/zoom/pkg-plist b/games/zoom/pkg-plist
new file mode 100644
index 000000000000..2c14651402b1
--- /dev/null
+++ b/games/zoom/pkg-plist
@@ -0,0 +1,3 @@
+bin/zoom
+share/zoom/zoomrc
+@dirrm share/zoom