# $Id: Portfile 67981 2010-05-23 18:58:01Z ryandesign@macports.org $

PortSystem 1.0

name            ncftp
version         3.2.4.1
set distfile_version 3.2.4
categories      net
platforms       darwin
maintainers     toby

description     FTP client with an advanced user interface
long_description \
    NcFTP is a suite of FTP programms. It includes a FTP \
    client with an advanced user interface. The main program is simply \
    called 'ncftp'. There are also separate utility programs for one-shot \
    FTP (i.e. for shell scripts and command line junkies), these include \
    'ncftpget', 'ncftpput', and 'ncftpls'.

homepage        http://www.ncftpd.com/ncftp/
master_sites    ftp://ftp.ncftpd.com/${name}/ \
                ftp://ftp.ncftpd.com/${name}/older_versions
dist_subdir     ${name}/${version}
distname        ${name}-${distfile_version}-src
worksrcdir      ${name}-${distfile_version}
use_bzip2       yes

checksums       md5     bc4af9801f626d541f0bf6b7ac4dae1f \
                sha1    bd4b6381dadc8189bc13e615696438e5390772cd \
                rmd160  aa666933321fbc2aeede7301acbc4a79074f25d2

depends_lib     port:ncurses

configure.args  --disable-universal --disable-precomp

livecheck.type      regex
livecheck.url       http://www.ncftpd.com/download/
livecheck.regex     {ncftp/ncftp-(\d+(?:\.\d+)*)-src.tar.bz2}
