diff options
author | will <will@FreeBSD.org> | 2003-06-03 13:05:46 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 13:05:46 +0800 |
commit | 03496259282e0f8d9ec443bdcff30513eb4f965b (patch) | |
tree | 448d2bf2f935578233f8909bb4157ecedd1c6dc6 /games/zoom | |
parent | 1aa958e6e114eae1483059cd05fe120ad202d1dc (diff) | |
download | freebsd-ports-gnome-03496259282e0f8d9ec443bdcff30513eb4f965b.tar.gz freebsd-ports-gnome-03496259282e0f8d9ec443bdcff30513eb4f965b.tar.zst freebsd-ports-gnome-03496259282e0f8d9ec443bdcff30513eb4f965b.zip |
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>
Diffstat (limited to 'games/zoom')
-rw-r--r-- | games/zoom/Makefile | 29 | ||||
-rw-r--r-- | games/zoom/distinfo | 1 | ||||
-rw-r--r-- | games/zoom/pkg-descr | 8 | ||||
-rw-r--r-- | games/zoom/pkg-plist | 3 |
4 files changed, 41 insertions, 0 deletions
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 |