blob: 036430995957c35a4d46aaf4113e06d7798554bc (
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
|
PORTNAME= telepathy-accounts-signon
DISTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= net-im
DIST_SUBDIR= KDE/${GL_ACCOUNT}
MAINTAINER= kde@FreeBSD.org
COMMENT= Telepathy libaccounts and libsignon plugin
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LGPL
LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \
libmission-control-plugins.so:net-im/telepathy-mission-control \
libsignon-glib.so:net-im/libsignon-glib
USES= gettext meson pkgconfig tar:bz2
USE_LDCONFIG= YES
# gitlab variables
USE_GITLAB= yes
GL_ACCOUNT= accounts-sso
GL_COMMIT= 0af244284e6b04c4abe5373d43bbc88a235d84aa
PLIST_FILES= lib/mission-control-plugins.0/mcp-account-manager-accounts-sso.so
.include <bsd.port.mk>
|