mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
efbebb782e
Changes: https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/NEWS https://lists.osgeo.org/pipermail/geotiff/2020-April/000874.html
44 lines
1000 B
Makefile
44 lines
1000 B
Makefile
# Created by: Sam Lawrance
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgeotiff
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for reading and writing GeoTIFF information tags
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= proj>=6:graphics/proj
|
|
LIB_DEPENDS= libjbig.so:graphics/jbigkit \
|
|
libproj.so:graphics/proj \
|
|
libtiff.so:graphics/tiff
|
|
|
|
USES= jpeg libtool
|
|
|
|
CONFIGURE_ARGS= --datadir=${DATADIR} \
|
|
--disable-doxygen-chi \
|
|
--disable-doxygen-chm \
|
|
--disable-doxygen-doc \
|
|
--disable-doxygen-dot \
|
|
--disable-doxygen-html \
|
|
--disable-doxygen-man \
|
|
--disable-doxygen-pdf \
|
|
--disable-doxygen-ps \
|
|
--disable-doxygen-rtf \
|
|
--disable-doxygen-xml \
|
|
--with-jpeg=${LOCALBASE} \
|
|
--with-libtiff=${LOCALBASE} \
|
|
--with-proj=${LOCALBASE} \
|
|
--with-zlib=/usr
|
|
CPPFLAGS+= -fPIC
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|