aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nsca-ng-client/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-23 15:37:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-23 15:37:59 +0000
commit08b27497b314bd9703d8058fb546cc342a1e329b (patch)
tree58c2469bc94d813658532616dbcf5da389c34c95 /net-mgmt/nsca-ng-client/Makefile
parent4272c9ea599921232e696a18d7922a73cb135593 (diff)
downloadports-08b27497b314bd9703d8058fb546cc342a1e329b.tar.gz
ports-08b27497b314bd9703d8058fb546cc342a1e329b.zip
Add net-mgmt/nsca-ng and net-mgmt/nsca-ng-client, client-server pair which
makes the Nagios command file accessible to remote systems. PR: 188938 Submitted by root peng spline inf fu-berlin de Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=384593
Diffstat (limited to 'net-mgmt/nsca-ng-client/Makefile')
-rw-r--r--net-mgmt/nsca-ng-client/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/nsca-ng-client/Makefile b/net-mgmt/nsca-ng-client/Makefile
new file mode 100644
index 000000000000..5b81474357ee
--- /dev/null
+++ b/net-mgmt/nsca-ng-client/Makefile
@@ -0,0 +1,15 @@
+# Created by: Alexander Sulfrian <alexander@sulfrian.net>
+# $FreeBSD$
+
+PKGNAMESUFFIX= -client
+
+CONFLICTS= nsca-client-2.* nsca27-client-2.*
+PLIST= ${.CURDIR}/pkg-plist
+
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
+PORTEXAMPLES= README acknowledge debug_server disable_notifications \
+ downtime enable_notifications invoke_check
+
+MASTERDIR= ${.CURDIR}/../nsca-ng
+
+.include "${MASTERDIR}/Makefile"