mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
72deea76ea
- this fixes for example kio-gdrive
31 lines
712 B
Makefile
31 lines
712 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|