# $Id: Portfile,v 1.4 2005/09/27 21:28:44 mww Exp $

PortSystem 1.0

name		yafc
version		1.1
revision	1
categories	net
platforms	darwin
maintainers	mww@opendarwin.org
description	yafc is yet another ftp client
long_description	yafc is yet another ftp client featuring cached \
			directory listings, extensive tab completion, aliases, \
			colored ls (ie, ls --color, uses \$LS_COLORS like GNU \
			ls), automatic reconnect on timed out connections, \
			recursive get/put/fxp/ls/rm, nohup mode transfers, \
			multiple connections open simultaneously, tagging \
			(queueing), very configurable, autologin and \
			bookmarks, automagically enters nohup-mode when SIGHUP \
			received (in get and put), redirection to local \
			command or file, proxy support, Kerberos support \
			(version 4 and 5, heimdal, kth-krb or MIT), SSH2 \
			support (sftp).

homepage	http://yafc.sourceforge.net/
master_sites	sourceforge
checksums	md5 877c21d9b70d89474d1a6478a21c1e51
use_bzip2	yes
patchfiles	patch-src-syshdr.h

depends_lib	port:readline

configure.args	--mandir=${prefix}/share/man \
		--infodir=${prefix}/share/info \
		--with-readline-lib=${prefix}/lib \
		--with-readline-include=${prefix}/include

platform darwin 8 {
	patchfiles-append patch-lib__gssapi.c
}
