# $Id: Portfile,v 1.7 2005/12/10 00:32:16 matt Exp $

PortSystem 1.0
name             gftp
version          2.0.18
categories       net
maintainers      darwinports@opendarwin.org
description      GTK+ FTP client
long_description \
	Distributed under the terms of the GNU Public License Agreement \
	Written in C and has a text interface and a GTK+ 1.2/2.0 interface \
	Supports the FTP, HTTP and SSH protocols \
	Supports FXP file transfers (xfering files between 2 servers via FTP) \
	Multithreaded to allow for simultaneous downloads \
	File transfer queues to allow for downloading multiple files \
	Supports downloading entire directories and subdirectories \
	Bookmarks menu to allow you to quickly connect to remote sites \
	Supports resuming interrupted file transfers \
	Supports caching of remote directory listings \
	Drag-N-Drop support \
	FTP and HTTP proxy server support \
	Allows for passive and non-passive file transfers \
	Supports UNIX, EPLF, Novell, MacOS, and NT (DOS) style dir listings \
	Full graphical configuration.
homepage         http://www.gftp.org/
platforms        darwin

master_sites     ${homepage}
use_bzip2        yes
checksums        md5 44b19442d06f6dc68c7211d66029d826

depends_lib      lib:libgtk.2:gtk2

patchfiles	patch-pty.c.diff

configure.env    LDFLAGS=-bind_at_load
configure.args   --mandir=${prefix}/share/man
