diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 05:05:46 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 05:05:46 +0000 |
commit | 92f9c34b072fc3627ee82af4f3e4f981921a9f8e (patch) | |
tree | feb465189a21250b343962b8f51659f3589fef3c /games/zoom | |
parent | 8355761130d0c6c99616e8856de76a8621fd8b62 (diff) | |
download | ports-92f9c34b072fc3627ee82af4f3e4f981921a9f8e.tar.gz ports-92f9c34b072fc3627ee82af4f3e4f981921a9f8e.zip |
Notes
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 |