summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-05-27 11:31:26 +0000
committermiwi <miwi@FreeBSD.org>2007-05-27 11:31:26 +0000
commit56015e7746ff03012e1e69ff6c141e091b6da488 (patch)
tree79584640587869debbd935a262553984295df2c5 /games
parentf356a7d8aa3bbdb8be65d7d8c9932e8d12a4c0c1 (diff)
downloadFreeBSD-ports-56015e7746ff03012e1e69ff6c141e091b6da488.zip
FreeBSD-ports-56015e7746ff03012e1e69ff6c141e091b6da488.tar.gz
- Update to 1.1.0
PR: 113007 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games')
-rw-r--r--games/zoom/Makefile20
-rw-r--r--games/zoom/distinfo6
-rw-r--r--games/zoom/pkg-plist3
3 files changed, 14 insertions, 15 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile
index d86a6af..b3b3203 100644
--- a/games/zoom/Makefile
+++ b/games/zoom/Makefile
@@ -6,27 +6,29 @@
#
PORTNAME= zoom
-PORTVERSION= 1.0.5
-PORTREVISION= 1
+PORTVERSION= 1.1.0
CATEGORIES= games
MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/
MAINTAINER= ports@FreeBSD.org
COMMENT= Z-Interpreter for X with full V6 support
-LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- expat.6:${PORTSDIR}/textproc/expat2 \
- t1.5:${PORTSDIR}/devel/t1lib \
+LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \
+ png.5:${PORTSDIR}/graphics/png \
freetype.9:${PORTSDIR}/print/freetype2 \
- fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
+ expat.6:${PORTSDIR}/textproc/expat2 \
+ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
+ Xft.2:${PORTSDIR}/x11-fonts/libXft
USE_PERL5= yes
USE_XLIB= yes
+USE_GNOME= gnometarget
USE_GMAKE= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+PLIST_FILES= bin/zoom %%DATADIR%%/zoomrc
+PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>
diff --git a/games/zoom/distinfo b/games/zoom/distinfo
index 0322996..04f856c 100644
--- a/games/zoom/distinfo
+++ b/games/zoom/distinfo
@@ -1,3 +1,3 @@
-MD5 (zoom-1.0.5.tar.gz) = e8f2ceeb5c2520101bcaf517626cb32a
-SHA256 (zoom-1.0.5.tar.gz) = 8a4361012b3bb2f4def0410776b2642e16c74cd0cec392952216c952c9614cce
-SIZE (zoom-1.0.5.tar.gz) = 1257021
+MD5 (zoom-1.1.0.tar.gz) = eace12f4883bb97919a350cab6bbe500
+SHA256 (zoom-1.1.0.tar.gz) = b3e4af4d925cc139636f32ab3de511a053ac6749314658c20f0b65f52f0220bf
+SIZE (zoom-1.1.0.tar.gz) = 1430620
diff --git a/games/zoom/pkg-plist b/games/zoom/pkg-plist
deleted file mode 100644
index f71ae5b..0000000
--- a/games/zoom/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/zoom
-%%DATADIR%%/zoomrc
-@dirrm %%DATADIR%%
OpenPOWER on IntegriCloud