freebsd-ports/net-mgmt/nsca-ng-client/Makefile
Mathieu Arnold 08b27497b3 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
2015-04-23 15:37:59 +00:00

15 lines
409 B
Makefile

# 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"