30 lines
732 B
Makefile
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>
|