mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
Jump a couple of releases with libquotient, a Matrix-client-library. - URL mangling bugfix (0.6.11) - Missing invites bugfix (0.6.10) - Assertion failure (0.6.9)
23 lines
488 B
Makefile
23 lines
488 B
Makefile
PORTNAME= libquotient
|
|
DISTVERSION= 0.6.11
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Matrix IM support library using Qt technologies
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS= libqmatrixclient\*
|
|
|
|
USES= cmake compiler:c++14-lang qt:5 tar:xz
|
|
USE_QT= core gui multimedia network \
|
|
buildtools_build qmake_build testlib_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= quotient-im
|
|
GH_PROJECT= libQuotient
|
|
|
|
CMAKE_ARGS= -DQuotient_INSTALL_TESTS=OFF
|
|
|
|
.include <bsd.port.mk>
|