summaryrefslogtreecommitdiff
path: root/net-im/spectral/Makefile
blob: 4b8626c4e17886396cb061fa27b2a8ed2567a40b (plain)
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
26
27
28
29
30
31
# $FreeBSD$

PORTNAME=	spectral
PORTVERSION=	603
CATEGORIES=	net-im

MAINTAINER=	adridg@FreeBSD.org
COMMENT=	Glossy Matrix IM client based on Qt technologies

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	libqmatrixclient>=0.5:net-im/libqmatrixclient

USES=		compiler:c++17-lang pkgconfig qmake qt:5 tar:bz2
USE_GL=		gl
USE_QT=		core dbus declarative graphicaleffects gui imageformats \
		multimedia network quickcontrols2 svg widgets \
		buildtools_build linguist_build qmake_build

USE_GITLAB=	yes
GL_ACCOUNT=	b0
GL_PROJECT=	spectral \
		SortFilterProxyModel:sfpm
GL_COMMIT=	4ef8e1efd95cd8de3f5c215d2ed27754d8e8c11a \
		c61f2bdb0da48804a596a9a3a9382eebdba764dc:sfpm
GL_SUBDIR=	include/SortFilterProxyModel:sfpm

QMAKE_ARGS+=	USE_SYSTEM_QMATRIXCLIENT=true

.include <bsd.port.mk>