forked from Lainports/freebsd-ports
MS Teams Plugin for Pidgin is a third-party alternative for the Microsoft Teams client in development since April 2022, with no Electron or Webview.
28 lines
656 B
Makefile
28 lines
656 B
Makefile
PORTNAME= purple-teams
|
|
PORTVERSION= 20240827
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Plugin for Pidgin to provide MS Teams connectivity
|
|
WWW= https://github.com/EionRobb/purple-teams
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
|
|
libpurple.so:net-im/libpurple
|
|
RUN_DEPENDS= pidgin:net-im/pidgin \
|
|
xdg-open:devel/xdg-utils
|
|
|
|
USES= dos2unix gmake gnome pkgconfig
|
|
DOS2UNIX_REGEX= .*\.([ch]|cpp)
|
|
DOS2UNIX_FILES= Makefile
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= EionRobb
|
|
GH_TAGNAME= nightly-f4a02c5047ba296c76eb923f2ba83cabab8a8089
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|