# $Id: Portfile,v 1.2 2005/04/05 10:52:42 mww Exp $

PortSystem 1.0

name			pftp
version			0.3
categories		net
platforms		darwin
maintainers		mww@opendarwin.org
description		ftp client with FXP, SSL, and TLS support
long_description	PFTP is a portable FTP client, with many useful features, \
				such as FXP, SSL, and TLS support

homepage		http://pftp.sourceforge.net/
master_sites	sourceforge
distname		pftp-cli-${version}

checksums		md5 c327af3daea20aa998dfca19cfccb809

depends_lib		lib:readline:readline \
				lib:libpftputil:libpftputil

configure.env	CLFAGS=-I${prefix}/include \
				LDFLAGS=-L${prefix}/lib
