# $Id: Portfile,v 1.9 2005/12/16 21:56:40 toby Exp $

PortSystem 1.0
name             cmdftp
version          0.9.2
categories       net
maintainers      toby@opendarwin.org
description      command line shell-like ftp client
long_description \
	cmdftp is a command line FTP client for Unix under GPL. \
	Features include passive mode for all data transfers, \
	shell like transparent syntax for local and remote modes, \
	multiple and recursive file transfers using wildcards, \
	recursive copy and move commands, remote and local text \
	file viewing and editing, network errors detection and \
	resuming of currently executing command, partial download \
	resuming (if server accepts REST command), tab completion \
	for both local and remote names, autologin using classic \
	~/.netrc approach, large file support.
homepage         http://cmdftp.sourceforge.net/
platforms        darwin
master_sites     sourceforge
checksums        sha1 a03ab44e81151452bf87de668a4a0fb59963a43b
patchfiles       patch-configure
configure.args   --mandir=${prefix}/share/man
