aboutsummaryrefslogtreecommitdiff
path: root/irc/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-11-07 00:53:41 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-11-07 00:53:41 +0000
commit6d38993af596790f53d942ff2d03bb4d89044f11 (patch)
treebf283848f9847e38c7900b49a3dd14ba9137bd90 /irc/Makefile
parent1fd5c2b22357f486529bc338e05c85ac3c34218b (diff)
downloadports-6d38993af596790f53d942ff2d03bb4d89044f11.tar.gz
ports-6d38993af596790f53d942ff2d03bb4d89044f11.zip
Add irc/znc-push: Push notification service module for ZNC
ZNC Push is a module for ZNC that will send notifications to multiple push notification services, or SMS for any private message or channel highlight that matches a configurable set of conditions. ZNC Push current supports the following services: Boxcar Boxcar 2 Discord Faast Nexmo Notify My Android (NMA) Prowl Pushalot PushBullet Pushjet Pushover Pushsafer Slack Supertoasty Telegram Custom URL GET requests WWW: https://github.com/jreese/znc-push PR: 232409 Submitted by: David O'Rourke <dor.bsd@xm0.uk>
Notes
Notes: svn path=/head/; revision=484375
Diffstat (limited to 'irc/Makefile')
-rw-r--r--irc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 81a00a9aebd5..572d5b283125 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -125,5 +125,6 @@
SUBDIR += weechat-otr
SUBDIR += xaric
SUBDIR += znc
+ SUBDIR += znc-push
.include <bsd.port.subdir.mk>