alek 519784b391 Import gftp 2.0.18
gFTP is a free multithreaded file transfer client for *NIX based
machines. It has the following features:
- Distributed under the terms of the GNU Public License Agreement
- Written in C and has a text interface and a GTK+ 1.2/2.x interface
- Supports the FTP, FTPS (control connection only), HTTP, HTTPS, SSH and
  FSP protocols
- FTP and HTTP proxy server support
- Supports FXP file transfers (transferring files between 2 remote
  servers via FTP)
- Supports UNIX, EPLF, Novell, MacOS, VMS, MVS and NT (DOS) style
  directory listings
- Bookmarks menu to allow you to quickly connect to remote sites
- Fully Internationalized

From Antoine Jacoutot <ajacoutot@lphp.org>
2005-11-02 20:19:29 +00:00

50 lines
1.2 KiB
Makefile
Executable File

# $OpenBSD: Makefile,v 1.1.1.1 2005/11/02 20:19:29 alek Exp $
COMMENT= "multithreaded gtk2 file transfer client"
DISTNAME= gftp-2.0.18
CATEGORIES= net
HOMEPAGE= http://gftp.seul.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
# GPL
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
MASTER_SITES= ${HOMEPAGE} \
ftp://www.gftp.org/pub/gftp/old-releases/
WANTLIB= readline c m ncurses util
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-readline \
--without-included-gettext \
--enable-ssl
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
LIB_DEPENDS= glib.1::devel/glib
CONFIGURE_ARGS+=--disable-gtkport --disable-gtk20
.else
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gtk-x11-2.0.600.10,gdk_pixbuf-2.0.600.0,gdk-x11-2.0.600.0::x11/gtk+2
WANTLIB+= Xrender freetype pthread Xft X11 fontconfig \
gthread-2.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 \
pangox-1.0.0.0 gobject-2.0.0.0 pangoxft-1.0.0.0 \
pango-1.0.0.0 atk-1.0.0.0
.endif
.include <bsd.port.mk>