aboutsummaryrefslogtreecommitdiff
path: root/sysutils/signon-ui/Makefile
blob: a652af20921a66df300a262b325d0f7ec7c1b5ee (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
26
27
28
29
30
PORTNAME=	signon-ui
PORTVERSION=	0.17
PORTREVISION=	8
CATEGORIES=	sysutils kde
DIST_SUBDIR=	KDE/${GL_ACCOUNT}

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Component for handling accounts-sso user interactions
WWW=		https://gitlab.com/accounts-sso/signon-ui

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5 \
		libnotify.so:devel/libnotify \
		libsignon-qt5.so:sysutils/signon-qt5 \
		libproxy.so:net/libproxy

USES=		compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \
		qmake qt:5 tar:bz2
USE_GL=		gl
USE_GNOME=	gdkpixbuf2 glib20
USE_QT=		core dbus declarative gui network webkit widgets xml \
		buildtools:build qmake:build
# gitlab variables
USE_GITLAB=	yes
GL_ACCOUNT=	accounts-sso
GL_COMMIT=	075830f31096947fcea70802b8d3c142bccfbefa

.include <bsd.port.mk>