# $Id: Portfile,v 1.1 2003/12/06 02:30:29 mww Exp $ PortSystem 1.0 name gdal version 1.1.9 maintainers fulton@cmu.edu platforms darwin description GDAL - Geospatial Data Abstraction Library long_description GDAL is a translator library for raster geospatial \ data formats that is released under an X/MIT style \ Open Source license. As a library, it presents a \ single abstract data model to the calling application \ for all supported formats. The related OGR library \ (which lives within the GDAL source tree) provides a \ similar capability for simple features vector data. homepage http://www.remotesensing.org/gdal/ master_sites ftp://ftp.remotesensing.org/pub/gdal/ categories science checksums md5 2183e206affc7bf25e0d33459ccb8572 configure.args --without-python build.cmd make build.args LD_SHARED="g++ -dynamiclib -install_name \ ${prefix}/lib/libgdal.1.1.dylib" build.target destroot.args prefix=${destroot}${prefix} post-destroot { file mkdir ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/HOWTO-RELEASE ${worksrcpath}/NEWS \ ${worksrcpath}/Changelog ${worksrcpath}/VERSION \ ${destroot}${prefix}/share/doc/${name} }