37ed1ab7a9
A translator library for raster geospatial data formats PR: 30828 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
34 lines
736 B
Makefile
34 lines
736 B
Makefile
# New ports collection makefile for: Geospatial Data Abstraction Library
|
|
# Date created: 27 Aug 2001
|
|
# Whom: Randall Hopper
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gdal
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/
|
|
|
|
MAINTAINER= aa8vb@nc.rr.com
|
|
|
|
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
|
|
|
USE_PYTHON= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
--with-libz=internal \
|
|
--with-png=internal \
|
|
--with-libtiff=internal \
|
|
--with-libgeotiff=internal \
|
|
--with-libjpeg=internal \
|
|
--with-libgif=internal \
|
|
--with-python
|
|
MAKEFILE= GNUmakefile
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|