blob: f1fc416706d5942b33eb0c0431bc9576109f210b (
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
|
PORTNAME= accounts-qml-module
DISTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= sysutils kde
DIST_SUBDIR= KDE/${GL_ACCOUNT}
MAINTAINER= kde@FreeBSD.org
COMMENT= Expose the Online Accounts API to QML applications
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
libsignon-qt5.so:sysutils/signon-qt5
USES= compiler:c++11-lang gl pkgconfig qmake qt:5 tar:bz2
USE_GL= gl
USE_QT= core declarative gui network testlib xml \
buildtools_build qdoc_build qmake_build
# gitlab variables
USE_GITLAB= yes
GL_ACCOUNT= accounts-sso
GL_COMMIT= cfadea7ba8ba4011ae20d771696eb74deb87201e
.include <bsd.port.mk>
|