aboutsummaryrefslogtreecommitdiff
path: root/net-im/libquotient/Makefile
blob: 248925c89b903d0e33d24edb18d79c758d75cbb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

PORTNAME=	libquotient
DISTVERSION=	0.6.4
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>