Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/ftp/gftp/Makefile
16149 views
# Created by: Damjan Marion <[email protected]>

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

MAINTAINER=	[email protected]
COMMENT=	Free multithreaded GTK-based FTP and SFTP client

LICENSE=	GPLv2

USES=		gnome pathfix pkgconfig ssl tar:bzip2
GNU_CONFIGURE=	yes
USE_GNOME=	glib20 gtk20
CFLAGS+=	-D_WANT_SEMUN

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext
NLS_CONFIGURE_OFF=	--disable-nls

.include <bsd.port.mk>