freebsd-ports/graphics/gdal/Makefile
Pav Lucistnik 527c6aeffd - Update to 1.2.0
- Pass maintainership to submitter

PR:		ports/68482
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2004-06-30 07:27:24 +00:00

39 lines
940 B
Makefile

# New ports collection makefile for: Geospatial Data Abstraction Library
# Date created: 27 Aug 2001
# Whom: Randall Hopper
#
# $FreeBSD$
#
PORTNAME= gdal
PORTVERSION= 1.2.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/
MAINTAINER= boris@brooknet.com.au
COMMENT= A translator library for raster geospatial data formats
BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
USE_PYTHON= yes
USE_GMAKE= yes
USE_REINPLACE =yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libz=internal \
--with-png=internal \
--with-libtiff=internal \
--with-libgeotiff=internal \
--with-libjpeg=internal \
--with-libgif=internal \
--with-python
MAKEFILE= GNUmakefile
INSTALLS_SHLIB= yes
MAN1= gdaladdo.1 gdalinfo.1 gdaltindex.1 gdalwarp.1 \
gdal-config.1 gdal_translate.1 ogrinfo.1 \
ogrtindex.1 ogr2ogr.1
post-patch:
@${REINPLACE_CMD} -e 's|6LIBZ|6|' ${WRKSRC}/configure
.include <bsd.port.mk>