# $Id: Portfile,v 1.8 2003/03/03 07:09:35 mij Exp $ PortSystem 1.0 name ncftp version 3.1.5 revision 2 categories net maintainers fkr@opendarwin.org 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/ platforms darwin distname ${name}-${version}-src checksums md5 686ee315742a34bd4132f0d077d2c172 master_sites ftp://ftp.ncftpd.com/${name}/ use_bzip2 yes worksrcdir ${portname}-${version} install.destroot mandir=${destroot}${prefix}/man prefix=${destroot}${prefix} pre-install { system "install -d ${destroot}${prefix}/bin" system "install -d ${destroot}${prefix}/lib" system "install -d ${destroot}${prefix}/man" }