# $Id: Portfile,v 1.24 2005/08/28 15:44:24 toby Exp $ PortSystem 1.0 name lftp version 3.3.0 categories net maintainers yeled@opendarwin.org description Sophisticated file transfer program long_description LFTP is a shell-like command line ftp client. \ It is reliable: can retry operations and does reget \ automatically. It can do several transfers simultaneously \ in background. You can start a transfer in background and \ continue browsing the ftp site or another one. This all is \ done in one process. Background jobs will be completed in \ nohup mode if you exit or close modem connection. Lftp has \ reput, mirror, reverse mirror among its features. homepage http://lftp.yar.ru/ platforms darwin freebsd master_sites http://tactical.wiretapped.net/mirrors/${name}/ \ ftp://ftp.kaizo.org/pub/${name}/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/${name}/ \ ftp://ftp.wiretapped.net/pub/mirrors/${name}/ \ ftp://ftp.ayamura.org/pub/${name}/ \ ftp://ftp.bme.hu/packages/${name}/ \ ftp://ftp.130th.net/pub/mirror/${name}/ \ ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/ use_bzip2 yes checksums md5 5f06462c88618ecd61db8e46ef494bc3 platform darwin8 { pre-configure { reinplace "s|poll_works=yes|poll_works=no|g" \ ${worksrcpath}/configure } } configure.args --mandir=${prefix}/share/man \ --with-pic --disable-share --enable-static --without-openssl \ --with-included-readline --without-gnutls post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -v -W ${worksrcpath} \ BUGS ChangeLog COPYING FAQ FEATURES NEWS \ README README.debug-levels README.modules \ THANKS TODO \ ${destroot}${prefix}/share/doc/${name} } variant ssl { configure.args-append --with-openssl --without-gnutls configure.args-delete --without-openssl } variant tls { configure.args-append --with-openssl --without-gnutls configure.args-delete --without-openssl }