# $Id: Portfile,v 1.23 2006/08/06 16:16:26 toby Exp $

PortSystem 1.0
name			ncftp
version			3.2.0
categories		net
maintainers		toby@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		sha1 708222170df81ed957e4f187213d69ea21e4f7dd
master_sites		ftp://ftp.ncftpd.com/${name}/
use_bzip2		yes

patchfiles		patch-configure

worksrcdir		${portname}-${version}

destroot.destdir	mandir=${destroot}${prefix}/share/man \
			prefix=${destroot}${prefix}

pre-destroot	{	system "install -d ${destroot}${prefix}/bin"
			system "install -d ${destroot}${prefix}/lib"
			system "install -d ${destroot}${prefix}/share/man"
}
