mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
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>
9 lines
191 B
Text
9 lines
191 B
Text
--- Makefile.orig 2018-08-27 02:38:08 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,4 @@
|
|
-version = $(shell git describe --dirty || echo dev)
|
|
-curl=no
|
|
+curl?=no
|
|
|
|
ifneq ($(curl),no)
|
|
flags=-DUSE_CURL -lcurl
|