# -*- 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.9
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  a444c42e49d99a06f55052d762543e35da1e4fc9 \
                sha256  f1108e77782376f8aec691f68297a3364a9a7c2d9bb12e326f550ff9770f47a7 \
                size    638788

patchfiles      patch-configure

depends_lib     port:ncurses

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