# $Id: Portfile,v 1.27 2004/12/22 09:22:48 toby Exp $ PortSystem 1.0 name curl version 7.12.3 categories net www maintainers yeled@opendarwin.org description Tool for transferring files with URL syntax long_description \ curl is a client to get documents/files from servers, using any of \ the supported protocols. The command is designed to work without \ user interaction or any kind of interactivity. homepage http://curl.haxx.se/ platforms darwin freebsd master_sites http://curl.haxx.se/download/ \ http://curl.sourceforge.net/download/ \ http://cool.haxx.se/curl/ \ ftp://ftp.fu-berlin.de/pub/unix/network/curl/ \ ftp://ftp.rge.com/pub/networking/curl/ checksums md5 a71b80538872245b984e176de932e99e use_bzip2 yes configure.args --without-ssl \ --disable-ipv6 \ --mandir=${prefix}/share/man depends_lib lib:libz.1:zlib test.run yes test.target test-full platform darwin 6 { depends_lib-append lib:libdl:dlcompat } variant ssl { depends_lib-append lib:libssl.0.9:openssl configure.args-delete --without-ssl configure.args-append --with-ssl } variant ipv6 { configure.args-delete --disable-ipv6 configure.args-append --enable-ipv6 }