# $Id: Portfile 60008 2009-10-29 03:13:48Z ryandesign@macports.org $ PortSystem 1.0 name libkml version 1.1.0 maintainers ryandesign license BSD platforms darwin categories gis description library to parse, generate and operate on KML long_description ${name} is Google's library for use with applications \ that want to parse, generate and operate on KML. It \ is an implementation of the OGC KML 2.2 standard. homepage http://code.google.com/p/libkml/ master_sites googlecode checksums md5 a1a73addeb97835a630c993fe38b959d \ sha1 47ff46fc0a6c8b824f75f7932fb5f062fabada08 \ rmd160 9539087a797a2a961b39ef914583f91578070cac # Not sure what needs cURL, but the configure script looks for it depends_build-append port:curl depends_lib-append port:expat \ port:zlib # Otherwise SWIG will be used if it's installed configure.args-append --disable-swig test.run yes test.target check post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -W ${worksrcpath} -m 644 \ AUTHORS \ COPYING \ ChangeLog \ NEWS \ README \ ${docdir} }