05f7c274ee
- Use DATADIR for EPSG database Changes: http://lists.maptools.org/pipermail/geotiff/2012-April/000719.html https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/ChangeLog
38 lines
921 B
Makefile
38 lines
921 B
Makefile
# New ports collection makefile for: libgeotiff
|
|
# Date created: 9 December 2005
|
|
# Whom: Sam Lawrance
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libgeotiff
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/ \
|
|
ftp://ftp.remotesensing.org/geotiff/libgeotiff/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for reading and writing GeoTIFF information tags
|
|
|
|
LIB_DEPENDS= jbig:${PORTSDIR}/graphics/jbigkit \
|
|
jpeg:${PORTSDIR}/graphics/jpeg \
|
|
proj:${PORTSDIR}/graphics/proj \
|
|
tiff:${PORTSDIR}/graphics/tiff
|
|
|
|
CPPFLAGS+= -fPIC
|
|
CONFIGURE_ARGS= --datadir=${DATADIR} \
|
|
--disable-doxygen-doc \
|
|
--disable-doxygen-dot \
|
|
--disable-doxygen-html \
|
|
--disable-doxygen-man \
|
|
--with-jpeg=${LOCALBASE} \
|
|
--with-proj=${LOCALBASE} \
|
|
--with-libtiff=${LOCALBASE} \
|
|
--with-zlib=/usr
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= listgeo.1
|
|
|
|
.include <bsd.port.mk>
|