diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 11:31:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 11:31:26 +0000 |
commit | 1754d5bd4ff78e52871080f1b6e13b78c7b6266c (patch) | |
tree | f9ac3129c7b1d95c22937f4cc5ade9e0d0825c0a /games | |
parent | 6d8ee670f56e5597a8ce2a4e921feb4273add053 (diff) | |
download | ports-1754d5bd4ff78e52871080f1b6e13b78c7b6266c.tar.gz ports-1754d5bd4ff78e52871080f1b6e13b78c7b6266c.zip |
- Update to 1.1.0
PR: 113007
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=192018
Diffstat (limited to 'games')
-rw-r--r-- | games/zoom/Makefile | 20 | ||||
-rw-r--r-- | games/zoom/distinfo | 6 | ||||
-rw-r--r-- | games/zoom/pkg-plist | 3 |
3 files changed, 14 insertions, 15 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile index d86a6af8e70c..b3b32030d6df 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 0322996d3a88..04f856c6941e 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 f71ae5baef20..000000000000 --- a/games/zoom/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/zoom -%%DATADIR%%/zoomrc -@dirrm %%DATADIR%% |