2006-10-31 20:05:50 +01:00
|
|
|
PORTNAME= filezilla
|
2019-02-05 13:51:05 +01:00
|
|
|
PORTVERSION= 3.40.0
|
2020-05-16 12:51:32 +02:00
|
|
|
PORTREVISION= 5
|
2006-10-31 20:05:50 +01:00
|
|
|
CATEGORIES= ftp
|
2018-09-01 09:27:11 +02:00
|
|
|
MASTER_SITES= https://download.filezilla-project.org/client/
|
2008-03-12 03:10:20 +01:00
|
|
|
DISTNAME= FileZilla_${PORTVERSION}_src
|
2006-10-31 20:05:50 +01:00
|
|
|
|
2019-02-05 13:51:05 +01:00
|
|
|
MAINTAINER= pi@FreeBSD.org
|
2012-07-25 08:32:06 +02:00
|
|
|
COMMENT= Fast and reliable cross-platform FTP, FTPS, and SFTP client
|
2006-10-31 20:05:50 +01:00
|
|
|
|
2016-05-11 15:05:34 +02:00
|
|
|
LICENSE= GPLv2+
|
2015-05-21 13:14:18 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-08-31 05:42:53 +02:00
|
|
|
|
2018-07-09 10:40:17 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libfilezilla.so:ftp/libfilezilla \
|
|
|
|
libgcrypt.so:security/libgcrypt \
|
|
|
|
libgnutls.so:security/gnutls \
|
|
|
|
libidn.so:dns/libidn \
|
2016-04-24 09:44:09 +02:00
|
|
|
libnettle.so:security/nettle \
|
2016-08-20 23:29:56 +02:00
|
|
|
libpugixml.so:textproc/pugixml \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2
|
2018-07-09 10:40:17 +02:00
|
|
|
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
2015-08-28 17:44:38 +02:00
|
|
|
|
2009-02-06 02:06:47 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2019-11-08 15:47:00 +01:00
|
|
|
USES= compiler:c++14-lang gmake gnome iconv:wchar_t localbase \
|
|
|
|
pkgconfig sqlite tar:bzip2
|
2016-08-20 23:29:56 +02:00
|
|
|
USE_GNOME= cairo gtk20
|
2014-08-24 11:52:06 +02:00
|
|
|
USE_WX= 3.0
|
2006-10-31 20:05:50 +01:00
|
|
|
WX_CONF_ARGS= relative
|
|
|
|
GNU_CONFIGURE= yes
|
2008-03-12 03:10:20 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2012-11-27 02:21:27 +01:00
|
|
|
OPTIONS_DEFINE= DBUS NLS
|
2016-05-11 15:05:34 +02:00
|
|
|
OPTIONS_DEFAULT=DBUS
|
2014-07-03 20:18:02 +02:00
|
|
|
OPTIONS_SUB= yes
|
2009-02-06 02:06:47 +01:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
|
2014-07-03 20:18:02 +02:00
|
|
|
DBUS_CONFIGURE_WITH= dbus
|
2012-11-27 02:21:27 +01:00
|
|
|
|
2014-07-03 20:18:02 +02:00
|
|
|
NLS_USES= gettext
|
2016-08-30 17:59:28 +02:00
|
|
|
NLS_USES_OFF= gettext-runtime
|
2014-07-03 20:18:02 +02:00
|
|
|
NLS_CONFIGURE_OFF= --disable-locales
|
2009-02-06 02:06:47 +01:00
|
|
|
|
2010-02-11 21:11:53 +01:00
|
|
|
.if !defined(MAINTAINER_MODE)
|
|
|
|
CONFIGURE_ARGS+= --disable-manualupdatecheck
|
|
|
|
.endif
|
|
|
|
|
2006-10-31 20:05:50 +01:00
|
|
|
post-patch:
|
2016-05-11 15:05:34 +02:00
|
|
|
@${REINPLACE_CMD} -Ee 's|(dummy) wxrc|\1 ${WXRC_CMD:T}|' \
|
2006-10-31 20:05:50 +01:00
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
2016-02-05 18:47:04 +01:00
|
|
|
.include <bsd.port.mk>
|