Tweak net-im/purple-plugin-pack version 2.8.0
[dports.git] / net-im / mtxclient / Makefile
1 PORTNAME=               mtxclient
2 DISTVERSIONPREFIX=      v
3 DISTVERSION=            0.8.2
4 CATEGORIES=             net-im
5
6 MAINTAINER=     adridg@FreeBSD.org
7 COMMENT=        Client API library for the Matrix protocol
8 WWW=            https://github.com/Nheko-Reborn/mtxclient
9
10 LICENSE=        MIT
11 LICENSE_FILE=   ${WRKSRC}/LICENSE
12
13 BUILD_DEPENDS=  nlohmann-json>=3:devel/nlohmann-json
14 LIB_DEPENDS=    \
15                 libcoeurl.so:ftp/coeurl \
16                 libolm.so:security/olm \
17                 libsodium.so:security/libsodium \
18                 libspdlog.so:devel/spdlog
19
20 USES=           cmake compiler:c++17-lang pkgconfig ssl \
21                 tar:xz
22 CMAKE_OFF=      BUILD_LIB_TESTS
23
24 USE_GITHUB=     yes
25 GH_ACCOUNT=     Nheko-Reborn
26
27 PLIST_SUB=      SOVER=${DISTVERSION}
28
29 .include <bsd.port.mk>