Files
bket c7e732f421 Update to libfilezilla-0.56.1
Changes: https://lib.filezilla-project.org

Followed output of check_sym, bumped minor of libfilezilla
2026-06-05 05:08:53 +00:00

51 lines
1.1 KiB
Makefile

COMMENT = support library for FileZilla
DISTNAME = libfilezilla-0.56.1
SHARED_LIBS = filezilla 25.2
CATEGORIES = net
HOMEPAGE = https://lib.filezilla-project.org/
MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} gmp gnutls hogweed iconv idn2 intl
WANTLIB += m nettle p11-kit tasn1 unistring
# XXX it seems that it is no longer possible to link directly to the distfile
#SITES = https://download.filezilla-project.org/libfilezilla/
SITES = https://arcfour.nl/mirror/
EXTRACT_SUFX = .tar.xz
# c++17
COMPILER = base-clang ports-gcc
BUILD_DEPENDS = devel/cppunit \
devel/gettext,-tools
LIB_DEPENDS = converters/libiconv \
security/gnutls \
security/nettle
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = autoreconf
CONFIGURE_ARGS = --disable-doxygen-doc
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
AUTOCONF_VERSION = 2.69
AUTOMAKE_VERSION = 1.15
# undefined reference to `__atomic_store_8'
.if ${MACHINE_ARCH:Mhppa}
WANTLIB += atomic
LDFLAGS += -latomic
.endif
.include <bsd.port.mk>