From 92f9c34b072fc3627ee82af4f3e4f981921a9f8e Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 3 Jun 2003 05:05:46 +0000 Subject: [PATCH] Add zoom 1.0.1, a Z-Interpreter for X with full V6 support. PR: 52953 Submitted by: Jan Stocker --- games/Makefile | 1 + games/zoom/Makefile | 29 +++++++++++++++++++++++++++++ games/zoom/distinfo | 1 + games/zoom/pkg-descr | 8 ++++++++ games/zoom/pkg-plist | 3 +++ 5 files changed, 42 insertions(+) create mode 100644 games/zoom/Makefile create mode 100644 games/zoom/distinfo create mode 100644 games/zoom/pkg-descr create mode 100644 games/zoom/pkg-plist 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 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 +# +# $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 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 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