freebsd-ports/net-im/telepathy-accounts-signon/Makefile
Tobias C. Berner 2b11990f8e Add ports for future KDE Telepathy versions
The current relases of KDE Telepathy require some more helper libraries to work.
Import them from kde@'s development repository into the ports tree in preparation.

PR:		220494
Reviewed by:	groot_kde.org, rakuco
Differential Revision:	https://reviews.freebsd.org/D11213
2017-07-06 15:18:01 +00:00

33 lines
964 B
Makefile

# $FreeBSD$
PORTNAME= ${GL_PROJECT}
PORTVERSION= 1.0
CATEGORIES= net-im
MASTER_SITES= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/ \
LOCAL/tcberner/${GL_ACCOUNT}/
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 pkgconfig qmake tar:bz2
USE_QT5= buildtools_build core qmake_build
USE_LDCONFIG= YES
# gitlab variables
GL_ACCOUNT= accounts-sso
GL_PROJECT= telepathy-accounts-signon
GL_TAGNAME= f01a6d9eccad24a3cb4a5300fb0ae0fd426cc815
WRKSRC= ${WRKDIR}/${GL_PROJECT}-${GL_TAGNAME}-${GL_TAGNAME}
PLIST_FILES= lib/mission-control-plugins.0/mcp-account-manager-accounts-sso.so
.include <bsd.port.mk>