1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net-im/telepathy-accounts-signon/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

29 lines
699 B
Makefile

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>