ports/ftp/libfilezilla/Makefile
Matthias Andree 8f0aec7483 ftp/filezilla: update 3.55.1 -> 3.67.0, includes security fix
- also update ftp/libfilezilla 0.31.1 -> 0.47.0

PR:		278463
Security: 	CVE-2024-31497
Author:		Matthias Andree <mandree@FreeBSD.org>
Changes:	https://filezilla-project.org/versions.php
MFH:		2024Q2
2024-04-20 10:24:52 +02:00

23 lines
600 B
Makefile

PORTNAME= libfilezilla
PORTVERSION= 0.47.0
CATEGORIES= ftp
MASTER_SITES= https://download.filezilla-project.org/${PORTNAME}/
MAINTAINER= pi@FreeBSD.org
COMMENT= C++ library for building platform-independent programs
WWW= https://lib.filezilla-project.org/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgmp.so:math/gmp \
libgnutls.so:security/gnutls \
libnettle.so:security/nettle
USES= compiler:c++17-lang gettext gmake iconv:wchar_t libtool \
localbase pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>