aboutsummaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-10 19:57:21 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-10 19:57:21 +0000
commit92c1a433eac1f412560d89e7654007787adb4077 (patch)
tree23db95a6436f1d8c6f9b9f739f00955e678cc1e9 /graphics/tiff/Makefile
parent8ee68ce31da2c86da39a8bf721dff6634fe6b548 (diff)
downloadports-92c1a433eac1f412560d89e7654007787adb4077.tar.gz
ports-92c1a433eac1f412560d89e7654007787adb4077.zip
Update to version 3.4-beta37.
PR: 9641 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=18763
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 93cf2391ffbb..f6d6415af772 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -2,17 +2,17 @@
# Version required: 3.4
# Date created: 8 October 1996
# Whom: Richard Hwang <rhwang@bigpanda.com>
-# Mikhail Teterin <mi@aldan.ziplink.net>
+# Mikhail Teterin <mi@aldan.algebra.com>
# Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id: Makefile,v 1.15 1999/03/01 15:42:35 itojun Exp $
+# $Id: Makefile,v 1.16 1999/03/29 06:41:43 asami Exp $
#
-DISTNAME= tiff-v3.4
-PKGNAME= tiff-3.4a
+DISTNAME= tiff-v3.4beta037
+PKGNAME= tiff-3.4b37
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.sgi.com/graphics/tiff/
-EXTRACT_SUFX= -tar.gz
+MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \
+ ftp://ftp.fifi.org/pub/ImageMagick/delegates/
MAINTAINER= ports@freebsd.org
@@ -27,8 +27,14 @@ CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN=${PREFIX}/bin \
--with-DIR_GZLIB=/usr/lib \
--with-DIR_JPEGLIB=${PREFIX}/lib \
--with-LIBGL=no --with-LIBIMAGE=no \
- --with-INSTALL="/bin/sh ${WRKSRC}/port/install.sh" \
+ --with-INSTALL="${SH} ${WRKSRC}/port/install.sh" \
--noninteractive
+
+.if defined(NOPORTDOCS)
+CONFIGURE_ARGS+=--with-HTML=no
+PLIST=${PKGDIR}/PLIST.nodocs
+.endif
+
MAN1= fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 ppm2tiff.1 ras2tiff.1 \
rgb2ycbcr.1 sgi2tiff.1 thumbnail.1 tiff2bw.1 tiff2ps.1 tiffcmp.1 \
tiffcp.1 tiffdither.1 tiffdump.1 tiffgt.1 tiffinfo.1 tiffmedian.1 \