1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net-im/mtxclient/Makefile
Adriaan de Groot eb2c8f8f27 net-im/nheko: update to 0.9.0, latest upstream
This pulls in an update to mtxclient (which then needs coeurl...).
E2E encryption is now fully supported (but not audited). There is
VOIP support which is switched off right now because our gstreamer
seems to be too old.
2021-11-20 23:30:28 +01:00

29 lines
584 B
Makefile

PORTNAME= mtxclient
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
COMMENT= Client API library for the Matrix protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json
LIB_DEPENDS= \
libcoeurl.so:ftp/coeurl \
libolm.so:security/olm \
libsodium.so:security/libsodium \
libspdlog.so:devel/spdlog
USES= cmake compiler:c++17-lang pkgconfig ssl \
tar:xz
CMAKE_OFF= BUILD_LIB_TESTS
USE_GITHUB= yes
GH_ACCOUNT= Nheko-Reborn
PLIST_SUB= SOVER=${DISTVERSION}
.include <bsd.port.mk>