# -*- 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.2.8
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  f9e149b6d1320628693e601beadf7692bc2f007a \
                sha256  db7da662458a1643209d6869465c38ec811f8975a6ac54fd20c63a3349f7dbf4 \
                size    691081

patchfiles      patch-configure

depends_lib     port:ncurses

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