08b27497b3
makes the Nagios command file accessible to remote systems. PR: 188938 Submitted by root peng spline inf fu-berlin de Sponsored by: Absolight
15 lines
409 B
Makefile
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"
|