2013-08-21 19:42:57 +02:00
|
|
|
# Created by: Sam Lawrance
|
2005-12-09 07:38:28 +01:00
|
|
|
|
|
|
|
PORTNAME= libgeotiff
|
2021-07-06 21:15:29 +02:00
|
|
|
PORTVERSION= 1.7.0
|
2005-12-09 07:38:28 +01:00
|
|
|
CATEGORIES= graphics
|
2018-11-30 21:01:35 +01:00
|
|
|
MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/ \
|
2010-10-01 03:14:18 +02:00
|
|
|
LOCAL/sunpoet
|
2005-12-09 07:38:28 +01:00
|
|
|
|
2010-09-22 19:10:26 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2005-12-09 07:38:28 +01:00
|
|
|
COMMENT= Library for reading and writing GeoTIFF information tags
|
|
|
|
|
2014-11-24 19:29:11 +01:00
|
|
|
LICENSE= MIT
|
2015-11-29 07:59:59 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2014-11-24 19:29:11 +01:00
|
|
|
|
2020-11-21 10:18:05 +01:00
|
|
|
BUILD_DEPENDS= proj>=6,1:graphics/proj
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libjbig.so:graphics/jbigkit \
|
|
|
|
libproj.so:graphics/proj \
|
|
|
|
libtiff.so:graphics/tiff
|
2005-12-09 07:38:28 +01:00
|
|
|
|
2019-01-01 21:31:37 +01:00
|
|
|
USES= jpeg libtool
|
|
|
|
|
2012-04-26 11:01:21 +02:00
|
|
|
CONFIGURE_ARGS= --datadir=${DATADIR} \
|
2020-05-02 03:36:41 +02:00
|
|
|
--disable-doxygen-chi \
|
|
|
|
--disable-doxygen-chm \
|
2012-04-26 11:01:21 +02:00
|
|
|
--disable-doxygen-doc \
|
2010-07-26 16:32:26 +02:00
|
|
|
--disable-doxygen-dot \
|
|
|
|
--disable-doxygen-html \
|
|
|
|
--disable-doxygen-man \
|
2020-05-02 03:36:41 +02:00
|
|
|
--disable-doxygen-pdf \
|
|
|
|
--disable-doxygen-ps \
|
|
|
|
--disable-doxygen-rtf \
|
|
|
|
--disable-doxygen-xml \
|
2010-07-26 16:32:26 +02:00
|
|
|
--with-jpeg=${LOCALBASE} \
|
|
|
|
--with-libtiff=${LOCALBASE} \
|
2020-05-02 03:36:41 +02:00
|
|
|
--with-proj=${LOCALBASE} \
|
2010-07-26 16:32:26 +02:00
|
|
|
--with-zlib=/usr
|
2013-11-22 00:12:44 +01:00
|
|
|
CPPFLAGS+= -fPIC
|
2010-07-26 16:32:26 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-11-24 19:29:11 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2008-03-14 17:32:26 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-12-09 07:38:28 +01:00
|
|
|
|
2012-04-26 11:01:21 +02:00
|
|
|
.include <bsd.port.mk>
|