# -*- 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

PortSystem 1.0

name            ncftp
version         3.3.0
categories      net
platforms       darwin
maintainers     {toby @tobypeterson}
license         Artistic-2

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        https://ncftp.com/ncftp/
master_sites    https://ncftp.com/public_ftp/ncftp/
distname        ${name}-${version}-src
worksrcdir      ${name}-${version}

checksums       rmd160  f12caf65f5f21bab5156f339d5c7ca034bf11cb6 \
                sha256  7920f884c2adafc82c8e41c46d6f3d22698785c7b3f56f5677a8d5c866396386 \
                size    640869

patchfiles      patch-configure

depends_lib     port:ncurses

configure.args  --disable-universal --disable-precomp
configure.cflags-append -DHAVE_STDLIB_H
