# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers {mps @Schamschula} openmaintainer
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/
master_sites ${homepage}ftp/
checksums rmd160 05adfe460d1f980206ddd7f475052e07318f6684 \
sha256 4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62 \
depends_build port:autoconf \
path:lib/libssl.dylib:openssl \
# look for ncurses first, fix 4.7.x build issues
patchfiles patch-configure.diff \
configure.args --with-openssl \
--with-readline=${prefix} \
# needed for 4.7.x build issues
move ${worksrcpath}/src/lftp_rl.c ${worksrcpath}/src/lftp_rl.cc
system -W ${worksrcpath} aclocal