summaryrefslogtreecommitdiff
path: root/chat/bitlbee
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-28 15:16:35 +0000
committernia <nia@pkgsrc.org>2019-07-28 15:16:35 +0000
commit2cbe9bb8f6b669f47182bc3600c38f4565ff9b78 (patch)
treea569b775eb8fb7863b9e1205863ce238ae585357 /chat/bitlbee
parentfa9d677a97508f941193ac74b10bbfb9c2a60e70 (diff)
downloadpkgsrc-2cbe9bb8f6b669f47182bc3600c38f4565ff9b78.tar.gz
Add chat/bitlbee-discord.
The Discord protocol plugin for bitlbee.
Diffstat (limited to 'chat/bitlbee')
-rw-r--r--chat/bitlbee/Makefile9
-rw-r--r--chat/bitlbee/PLIST41
-rw-r--r--chat/bitlbee/buildlink3.mk14
3 files changed, 61 insertions, 3 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index caffff086ae..f4798620961 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2019/07/20 22:46:10 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2019/07/28 15:16:35 nia Exp $
DISTNAME= bitlbee-3.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= http://get.bitlbee.org/src/
@@ -52,6 +52,7 @@ PKG_USERS= ${BITLBEE_USER}:${BITLBEE_GROUP}
PKG_HOME.bitlbee= ${VARBASE}/db/bitlbee
INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin
+INSTALLATION_DIRS+= lib/pkgconfig include/bitlbee
CPPFLAGS.SunOS+= -Du_int16_t=uint16_t
@@ -74,6 +75,10 @@ do-install:
.for f in AUTHORS FAQ README CREDITS user-guide/user-guide.txt user-guide/user-guide.html
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DESTDIR}${DOCDIR}
.endfor
+ ${INSTALL_DATA} ${WRKSRC}/bitlbee.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
+ ${INSTALL_DATA} ${WRKSRC}/*.h ${DESTDIR}${PREFIX}/include/bitlbee
+ ${INSTALL_DATA} ${WRKSRC}/lib/*.h ${DESTDIR}${PREFIX}/include/bitlbee
+ ${INSTALL_DATA} ${WRKSRC}/protocols/*.h ${DESTDIR}${PREFIX}/include/bitlbee
PKG_OPTIONS_VAR= PKG_OPTIONS.bitlbee
PKG_SUPPORTED_OPTIONS= inet6
diff --git a/chat/bitlbee/PLIST b/chat/bitlbee/PLIST
index b2e6a18603d..8dba826ebee 100644
--- a/chat/bitlbee/PLIST
+++ b/chat/bitlbee/PLIST
@@ -1,4 +1,43 @@
-@comment $NetBSD: PLIST,v 1.8 2014/03/11 14:04:58 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/07/28 15:16:35 nia Exp $
+include/bitlbee/account.h
+include/bitlbee/arc.h
+include/bitlbee/auth.h
+include/bitlbee/base64.h
+include/bitlbee/bee.h
+include/bitlbee/bitlbee.h
+include/bitlbee/canohost.h
+include/bitlbee/commands.h
+include/bitlbee/conf.h
+include/bitlbee/config.h
+include/bitlbee/dcc.h
+include/bitlbee/events.h
+include/bitlbee/ft.h
+include/bitlbee/ftutil.h
+include/bitlbee/help.h
+include/bitlbee/http_client.h
+include/bitlbee/ini.h
+include/bitlbee/ipc.h
+include/bitlbee/irc.h
+include/bitlbee/json.h
+include/bitlbee/json_util.h
+include/bitlbee/log.h
+include/bitlbee/md5.h
+include/bitlbee/misc.h
+include/bitlbee/nick.h
+include/bitlbee/nogaim.h
+include/bitlbee/oauth.h
+include/bitlbee/oauth2.h
+include/bitlbee/otr.h
+include/bitlbee/proxy.h
+include/bitlbee/query.h
+include/bitlbee/set.h
+include/bitlbee/sha1.h
+include/bitlbee/sock.h
+include/bitlbee/ssl_client.h
+include/bitlbee/storage.h
+include/bitlbee/url.h
+include/bitlbee/xmltree.h
+lib/pkgconfig/bitlbee.pc
man/man5/bitlbee.conf.5
man/man8/bitlbee.8
sbin/bitlbee
diff --git a/chat/bitlbee/buildlink3.mk b/chat/bitlbee/buildlink3.mk
new file mode 100644
index 00000000000..1c502ff6ebb
--- /dev/null
+++ b/chat/bitlbee/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/07/28 15:16:35 nia Exp $
+
+BUILDLINK_TREE+= bitlbee
+
+.if !defined(BITLBEE_BUILDLINK3_MK)
+BITLBEE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.bitlbee+= bitlbee>=3.6nb1
+BUILDLINK_PKGSRCDIR.bitlbee?= ../../chat/bitlbee
+
+.include "../../devel/glib2/buildlink3.mk"
+.endif # BITLBEE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -bitlbee