PKGNAME="lftp"
PKGSEC="net"
PKGDEP="gnutls expat"
PKGDES="File transfer program with command line interface"
AUTOTOOLS_AFTER=(
    "--with-gnutls"
    "--without-openssl"
    "--without-included-regex"
)
