aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgeotiff/Makefile
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-07-26 14:32:26 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-07-26 14:32:26 +0000
commitb61dcfe38d27c445ab7d56a212a1fa5a0485d2fa (patch)
tree8a11349f0a0842221095ea82ec0904e678a51b05 /graphics/libgeotiff/Makefile
parent77e57ea1635a81d84e5d46aee49f1f2300dbfa2e (diff)
downloadports-b61dcfe38d27c445ab7d56a212a1fa5a0485d2fa.tar.gz
ports-b61dcfe38d27c445ab7d56a212a1fa5a0485d2fa.zip
- Update to 1.3.0
PR: ports/146531 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) Approved by: wen@ (He is on vacation. I've his permission for commit your Pr)
Notes
Notes: svn path=/head/; revision=258283
Diffstat (limited to 'graphics/libgeotiff/Makefile')
-rw-r--r--graphics/libgeotiff/Makefile26
1 files changed, 15 insertions, 11 deletions
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile
index cf4cdc30d361..43c8785eff36 100644
--- a/graphics/libgeotiff/Makefile
+++ b/graphics/libgeotiff/Makefile
@@ -6,25 +6,29 @@
#
PORTNAME= libgeotiff
-PORTVERSION= 1.2.5
-PORTREVISION= 3
+PORTVERSION= 1.3.0
CATEGORIES= graphics
MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/ \
- ftp://ftp.remotesensing.org/geotiff/libgeotiff/
+ ftp://ftp.remotesensing.org/geotiff/libgeotiff/ \
+ http://sunpoet.net/distfiles/
MAINTAINER= sunpoet@sunpoet.net
COMMENT= Library for reading and writing GeoTIFF information tags
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- proj.6:${PORTSDIR}/graphics/proj \
- tiff.4:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= jbig:${PORTSDIR}/graphics/jbigkit \
+ jpeg:${PORTSDIR}/graphics/jpeg \
+ proj:${PORTSDIR}/graphics/proj \
+ tiff:${PORTSDIR}/graphics/tiff
-USE_GNOME= gnometarget
-USE_AUTOTOOLS= automake:15:env autoconf:262:env
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-jpeg=${LOCALBASE} \
+CONFIGURE_ARGS= --disable-doxygen-doc \
+ --disable-doxygen-dot \
+ --disable-doxygen-html \
+ --disable-doxygen-man \
+ --with-jpeg=${LOCALBASE} \
--with-proj=${LOCALBASE} \
- --with-libtiff=${LOCALBASE}
+ --with-libtiff=${LOCALBASE} \
+ --with-zlib=/usr
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>