freebsd-ports/net-im/mtxclient/Makefile
Adriaan de Groot f72af5648f net-im/nheko: Update to latest release
This release is labeled security relevant in the release notes
	https://nheko.im/nheko-reborn/nheko/-/tags/v0.10.2

While here, update WWW to point to the GitLab instance instead
of the GitHub source mirror.
2022-10-07 23:37:49 +02:00

30 lines
631 B
Makefile

PORTNAME= mtxclient
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.2
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
COMMENT= Client API library for the Matrix protocol
WWW= https://nheko.im/nheko-reborn/mtxclient/
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>