# $Id$ PortSystem 1.0 name neon version 0.28.3 categories www maintainers dluke@geeklair.net description An HTTP and WebDAV client library with a C interface platforms darwin freebsd long_description \ neon is an HTTP and WebDAV client library with a C language API. \ It provides a high-level interface to HTTP and WebDAV methods and a \ low-level interface to HTTP request handling, easily allowing the \ implementation of new methods. homepage http://www.webdav.org/neon/ master_sites ${homepage} depends_lib port:expat \ port:gettext \ port:libiconv \ port:openssl \ port:zlib checksums md5 47599a328862ce64ac3c52726d6daa12 \ sha1 544a92dbfba144ec600506cadbda92ae0b0eb9b0 \ rmd160 de6666a3f0e006e208b38a8133b43f647e35ddf8 use_parallel_build yes configure.args --with-ssl \ --enable-shared \ --with-expat \ --mandir=${prefix}/share/man pre-test { set x {} fs-traverse dir ${worksrcpath} { if {[file tail ${dir}] == ".libs" && [file isdirectory ${dir}]} { lappend x ${dir} continue } } test.env-append DYLD_LIBRARY_PATH=[join ${x} ":"] } test.run yes test.target check livecheck.check regex livecheck.url ${homepage} livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)