aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/zoom/Makefile19
-rw-r--r--games/zoom/pkg-descr6
2 files changed, 10 insertions, 15 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile
index eb645a137152..0b549374a9d3 100644
--- a/games/zoom/Makefile
+++ b/games/zoom/Makefile
@@ -1,28 +1,23 @@
-# New ports collection makefile for: zoom
-# Date created: May 07 2003
-# Whom: Jan Stocker <Jan.Stocker@t-online.de>
-#
+# Created by: Jan Stocker <Jan.Stocker@t-online.de>
# $FreeBSD$
-#
PORTNAME= zoom
PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= games
-MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ \
- http://mirror.4bit.ws/
+MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/
MAINTAINER= dhn@FreeBSD.org
COMMENT= Z-Interpreter for X with full V6 support
-LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \
- png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \
+ libpng15.so:${PORTSDIR}/graphics/png
+USES= gmake perl5
+GNU_CONFIGURE= yes
USE_CSTD= gnu89
-USE_PERL5= yes
USE_XORG= xft
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/games/zoom/pkg-descr b/games/zoom/pkg-descr
index f37ff02b559b..7dbca9ae4ce9 100644
--- a/games/zoom/pkg-descr
+++ b/games/zoom/pkg-descr
@@ -1,6 +1,6 @@
-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
+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)
+original Infocom V6 games).
WWW: http://www.logicalshift.demon.co.uk/unix/zoom/