2019-03-25 11:40:41 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mtxclient
|
|
|
|
DISTVERSIONPREFIX= v
|
2020-06-15 13:36:42 +02:00
|
|
|
DISTVERSION= 0.3.1
|
2020-07-31 19:07:18 +02:00
|
|
|
PORTREVISION= 2
|
2019-03-25 11:40:41 +01:00
|
|
|
CATEGORIES= net-im
|
|
|
|
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
|
|
COMMENT= Client API library for the Matrix protocol
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2019-05-31 13:45:59 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2019-03-25 11:40:41 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json \
|
2019-10-05 02:42:20 +02:00
|
|
|
googletest>0:devel/googletest
|
2019-03-25 11:40:41 +01:00
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium \
|
|
|
|
libboost_date_time.so:devel/boost-libs \
|
|
|
|
libboost_chrono.so:devel/boost-libs \
|
|
|
|
libboost_iostreams.so:devel/boost-libs \
|
|
|
|
libboost_regex.so:devel/boost-libs \
|
|
|
|
libboost_system.so:devel/boost-libs \
|
|
|
|
libboost_thread.so:devel/boost-libs \
|
2020-06-15 13:36:42 +02:00
|
|
|
libolm.so:security/olm \
|
|
|
|
libspdlog.so:devel/spdlog
|
2019-03-25 11:40:41 +01:00
|
|
|
|
2020-04-21 11:35:26 +02:00
|
|
|
USES= cmake compiler:c++17-lang pkgconfig ssl \
|
|
|
|
tar:xz
|
2019-03-25 11:40:41 +01:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= Nheko-Reborn
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|