mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
32 lines
783 B
Makefile
32 lines
783 B
Makefile
PORTNAME= purple-googlechat
|
|
DISTVERSION= g20221106
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Google Chat Plugin for libpurple
|
|
WWW= https://github.com/EionRobb/purple-googlechat
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
|
|
libprotobuf-c.so:devel/protobuf-c \
|
|
libpurple.so:net-im/libpurple
|
|
|
|
USES= gmake gnome pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= EionRobb
|
|
GH_TAGNAME= b6b824a
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= lib/purple-2/libgooglechat.so \
|
|
share/pixmaps/pidgin/protocols/16/googlechat.png \
|
|
share/pixmaps/pidgin/protocols/22/googlechat.png \
|
|
share/pixmaps/pidgin/protocols/48/googlechat.png
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/purple-2/libgooglechat.so
|
|
|
|
.include <bsd.port.mk>
|