aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gftp/Makefile
blob: fcd5c1a11dd3aebf6704164b9d48f98e2990216d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Damjan Marion <dmarion@open.hr>
# $FreeBSD$

PORTNAME=   gftp
PORTVERSION=    2.0.19
PORTREVISION=   5
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
GNU_CONFIGURE=  yes
USE_GNOME=  glib20 gtk20
USE_OPENSSL=    yes

OPTIONS_DEFINE= NLS
OPTIONS_SUB=    yes

NLS_USES=   gettext
NLS_CONFIGURE_OFF=  --disable-nls

.include <bsd.port.mk>