a1f9eeff23
- new "sustaining" libqmatrixclient (er .. Quotient) release wth improvements in SSO and reduction in crashes. https://github.com/quotient-im/libQuotient/releases/tag/0.5.3 https://github.com/quotient-im/libQuotient/releases/tag/0.5.3.1 - chase a newer rc for quaternion (a technical-minded Matrix client) - bump the requirements in Spectral There is a newer Spectral release as well, but it seems to be incompatible with this libQuotient -- needs CMake support that libQuotient does not install.
23 lines
477 B
Makefile
23 lines
477 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libqmatrixclient
|
|
DISTVERSION= 0.5.3.1
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Matrix IM support library using Qt technologies
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++14-lang qt:5 tar:xz
|
|
USE_QT= core gui multimedia network \
|
|
buildtools_build qmake_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= quotient-im
|
|
GH_PROJECT= libQuotient
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_INCLUDEDIR=include/Quotient
|
|
|
|
.include <bsd.port.mk>
|