Files
ports/ftp/libfilezilla/Makefile
Martin Neubauer c8ea8c2027 ftp/libfilezilla: fix build on 15
- missed the Makefile patch because I build on an older version of 15

PR:		283373
2024-12-31 09:36:43 +01:00

30 lines
732 B
Makefile

PORTNAME= libfilezilla
PORTVERSION= 0.49.0
CATEGORIES= ftp
MASTER_SITES= LOCAL/pi
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.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 191
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-lib_libfilezilla_string.hpp
.endif
.include <bsd.port.post.mk>