the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gftp
Version: 2.0.19
Revision: 2
###
Depends: x11, atk1-shlibs (>= 1.20.0-1), pango1-xft2-ft219-shlibs (>= 1.18.4-4), glib2-shlibs (>= 2.14.0-1), gtk+2 (>= 2.12.0-1), readline5-shlibs (>= 5.0-1004), libgettext3-shlibs, libiconv
BuildDepends: glitz, expat1, libpng3, cairo (>= 1.6-1), fontconfig2-dev (>= 2.4.1-1), freetype219 (>= 2.3.5-1), xft2-dev, atk1 (>= 1.20.0-1), pango1-xft2-ft219-dev (>= 1.18.4-4), pixman (>= 0.10.0-1), glib2-dev (>= 2.14.0-1), gtk+2-dev (>= 2.12.0-1), pkgconfig (>= 0.21-1), readline5 (>= 5.0-1004), x11-dev, libgettext3-dev, libiconv-dev, gettext-bin, gettext-tools, system-openssl-dev
Conflicts: gftp-ssl (<< 2.0.19-1)
Replaces: gftp-ssl (<< 2.0.19-1)
###
Source: http://gftp.seul.org/%n-%v.tar.gz
Source-MD5: 4c0cab4b35e8666f5892b02125270a21
###
PatchScript: <<
perl -pi -e 's,\#ifndef __FreeBSD__,\#ifndef __APPLE__,g' lib/pty.c
perl -pi -e 's,\#include \
<<
###
NoSetCFLAGS: true
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetCFLAGS: -I%p/lib/system-openssl/include
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -bind_at_load -L%p/lib/system-openssl/lib
###
ConfigureParams: --disable-dependency-tracking --enable-ssl --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
###
InstallScript: <<
#!/bin/sh -ev
make install prefix=%i
if [ -f %i/share/locale/locale.alias ]; then
rm %i/share/locale/locale.alias # from gettext
fi
if [ -f %i/lib/charset.alias ]; then
rm %i/lib/charset.alias # from bison
fi
<<
###
DocFiles: ABOUT-NLS COPYING ChangeLog README THANKS TODO
###
SplitOff: <<
Description: OBSOLETE use package 'gftp' instead
Package: gftp-ssl
Depends: gftp (>= 2.0.19-1), fink-obsolete-packages
DocFiles: COPYING
<<
###
Description: Multithreaded ftp client for X Windows
DescDetail: <<
gFTP is a multithreaded FTP client for X Windows written using GTK+.
It features simultaneous downloads, resuming of interrupted file
transfers, FTP, HTTP, and SSH protocols, file transfer queues,
downloading of entire directories, FTP and HTTP proxy support,
remote directory caching, passive and non-passive file transfers,
drag-n-drop support, a very nice connection manager, and more.
<<
###
License: GPL
Maintainer: Justin F. Hallett
Homepage: http://gftp.seul.org/