aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-09-07 00:22:29 +0800
committerdanfe <danfe@FreeBSD.org>2013-09-07 00:22:29 +0800
commit1b35830ed636812163afe048f2bb3e25de4e60db (patch)
treea942b3cf76fc3ed18d57b755e30170a810d130df /games
parentb8d7849592d9ebc7b9c3b12914134776158b8c9c (diff)
downloadfreebsd-ports-gnome-1b35830ed636812163afe048f2bb3e25de4e60db.tar.gz
freebsd-ports-gnome-1b35830ed636812163afe048f2bb3e25de4e60db.tar.zst
freebsd-ports-gnome-1b35830ed636812163afe048f2bb3e25de4e60db.zip
- Trim Makefile header down to two lines
- Remove defunct mirror from MASTER_SITES - Use modern LIB_DEPENDS syntax - Convert USE_GMAKE and USE_PERL5 to USES - Kill EOL space, fix formatting in pkg-descr
Diffstat (limited to 'games')
-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/