blob: 85453a1b5402b908aa44bc080cb6d61d747965bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= libquotient
DISTVERSION= 0.6.6
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
USE_GITHUB= yes
GH_ACCOUNT= quotient-im
GH_PROJECT= libQuotient
CMAKE_ARGS= -DQuotient_INSTALL_TESTS=OFF
.include <bsd.port.mk>
|