2016-02-05 18:37:29 +01:00
|
|
|
PORTNAME= libfilezilla
|
2021-09-15 13:11:18 +02:00
|
|
|
PORTVERSION= 0.31.1
|
2016-02-05 18:37:29 +01:00
|
|
|
CATEGORIES= ftp
|
2019-02-05 13:50:25 +01:00
|
|
|
MASTER_SITES= https://download.filezilla-project.org/${PORTNAME}/
|
2016-02-05 18:37:29 +01:00
|
|
|
|
2019-02-05 13:50:25 +01:00
|
|
|
MAINTAINER= pi@FreeBSD.org
|
2016-02-05 18:37:29 +01:00
|
|
|
COMMENT= C++ library for building platform-independent programs
|
|
|
|
|
2016-05-10 21:17:33 +02:00
|
|
|
LICENSE= GPLv2+
|
2016-02-05 18:37:29 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2021-09-15 13:11:18 +02:00
|
|
|
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
|
|
|
libnettle.so:security/nettle
|
2019-02-05 13:50:25 +01:00
|
|
|
|
2021-09-15 13:11:18 +02:00
|
|
|
USES= compiler:c++17-lang gettext gmake iconv:wchar_t libtool \
|
|
|
|
localbase pathfix pkgconfig tar:bzip2
|
2016-02-05 18:37:29 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|