ports/irc/znc-push/files/patch-Makefile
Danilo G. Baio 6d38993af5 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>
2018-11-07 00:53:41 +00:00

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