# Created by: Damjan Marion <dmarion@open.hr>
# $FreeBSD: tags/RELEASE_11_1_0/ftp/gftp/Makefile 436247 2017-03-15 14:45:30Z mat $

PORTNAME=	gftp
PORTVERSION=	2.0.19
PORTREVISION=	6
CATEGORIES=	ftp
MASTER_SITES=	http://gftp.seul.org/

MAINTAINER=	oliver@FreeBSD.org
COMMENT=	Free multithreaded GTK-based FTP and SFTP client

LICENSE=	GPLv2

USES=		pathfix pkgconfig tar:bzip2 ssl
GNU_CONFIGURE=	yes
USE_GNOME=	glib20 gtk20

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext
NLS_CONFIGURE_OFF=	--disable-nls

.include <bsd.port.mk>
