summaryrefslogtreecommitdiff
path: root/net-im/purple-hangouts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/purple-hangouts/Makefile')
-rw-r--r--net-im/purple-hangouts/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-im/purple-hangouts/Makefile b/net-im/purple-hangouts/Makefile
deleted file mode 100644
index de5b3c017b06..000000000000
--- a/net-im/purple-hangouts/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= purple-hangouts
-PORTVERSION= 20210630
-PORTREVISION= 2
-CATEGORIES= net-im
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Hangouts plugin for libpurple
-WWW= https://github.com/EionRobb/purple-hangouts
-
-LICENSE= GPLv3+
-LICENSE_FILE= ${WRKSRC}/gpl3.txt
-
-DEPRECATED= Google Hangouts discontinued 2022-11-01, data deleted 2023-01-01
-EXPIRATION_DATE= 2023-06-30
-
-LIB_DEPENDS= libpurple.so:net-im/libpurple \
- libjson-glib-1.0.so:devel/json-glib \
- libprotobuf-c.so:devel/protobuf-c
-
-USES= gmake gnome pkgconfig
-USE_GITHUB= yes
-GH_ACCOUNT= EionRobb
-GH_TAGNAME= 55b9f01 # Change accordingly with PORTVERSION
-USE_GNOME= glib20
-USE_LDCONFIG= yes
-
-PLIST_FILES= lib/purple-2/libhangouts.so \
- share/pixmaps/pidgin/protocols/16/hangouts.png \
- share/pixmaps/pidgin/protocols/22/hangouts.png \
- share/pixmaps/pidgin/protocols/48/hangouts.png
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/purple-2/libhangouts.so
-
-.include <bsd.port.mk>