Ticket #446: Portfile - gFTP rev 1.1 (Long)

File Portfile - gFTP rev 1.1 (Long), 1.4 KB (added by tomfowler@…, 21 years ago)

Actual Portfile, not edited for the text box on the Bugzilla form

Line 
1# $Id: $
2PortSystem 1.0
3name                            gftp
4version                         2.0.14
5categories                      net
6maintainers                     tomfowler@mac.com
7description                     GTK+ FTP client
8long_description        Distributed under the terms of the GNU Public License Agreement \
9                                        Written in C and has a text interface and a GTK+ 1.2/2.0 interface \
10                                        Supports the FTP, HTTP and SSH protocols \
11                                        Supports FXP file transfers (transfering files between 2 remote servers via FTP) \
12                                        Multithreaded to allow for simultaneous downloads \
13                                        File transfer queues to allow for downloading multiple files \
14                                        Supports downloading entire directories and subdirectories \
15                                        Bookmarks menu to allow you to quickly connect to remote sites \
16                                        Supports resuming interrupted file transfers \
17                                        Supports caching of remote directory listings \
18                                        Drag-N-Drop support \
19                                        FTP and HTTP proxy server support \
20                                        Allows for passive and non-passive file transfers \
21                                        Supports UNIX, EPLF, Novell, MacOS, and NT (DOS) style directory listings \
22                                        Full graphical configuration.
23
24homepage        http://gftp.seul.org/
25master_sites    ftp://www.gftp.org/pub/gftp/
26checksums       md5 61e1271af88de20b50a90242a648ab2b
27configure.args  --disable-nls
28configure.env   LDFLAGS=-bind_at_load
29configure.env   CFLAGS=-traditional-cpp
30
31depends_lib     lib:libgtk.1:gtk
32                 
33post-configure {
34    reinplace "s|#include <sys/sysmacros.h>| |g" \
35        "${workpath}/${worksrcdir}/lib/gftp.h"
36}