2001-10-17 21:02:21 +02:00
|
|
|
# New ports collection makefile for: Geospatial Data Abstraction Library
|
|
|
|
# Date created: 27 Aug 2001
|
|
|
|
# Whom: Randall Hopper
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gdal
|
2003-01-17 00:40:26 +01:00
|
|
|
PORTVERSION= 1.1.8
|
2001-10-17 21:02:21 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/
|
|
|
|
|
2002-11-18 04:48:10 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2001-10-17 21:02:21 +02:00
|
|
|
|
2002-07-04 04:55:05 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
|
2003-01-17 00:40:26 +01:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
2001-10-17 21:02:21 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2003-01-17 00:40:26 +01:00
|
|
|
USE_GMAKE= yes
|
2001-10-17 21:02:21 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-01-17 00:40:26 +01:00
|
|
|
CONFIGURE_ARGS= --with-libz=internal \
|
2001-10-17 21:02:21 +02:00
|
|
|
--with-png=internal \
|
|
|
|
--with-libtiff=internal \
|
|
|
|
--with-libgeotiff=internal \
|
|
|
|
--with-libjpeg=internal \
|
|
|
|
--with-libgif=internal \
|
|
|
|
--with-python
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|