summaryrefslogtreecommitdiffstats
path: root/net/nrpe/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-01-03 02:49:08 +0000
committeredwin <edwin@FreeBSD.org>2003-01-03 02:49:08 +0000
commit146cd2868369e08fb7464efe8567590a16bc5d52 (patch)
treec7b86e9858078c12a61e5333a975be1b4d954289 /net/nrpe/Makefile
parentba3752d06f19ca6ce26bbb7735531141e1e0da4c (diff)
downloadFreeBSD-ports-146cd2868369e08fb7464efe8567590a16bc5d52.zip
FreeBSD-ports-146cd2868369e08fb7464efe8567590a16bc5d52.tar.gz
New port: net/nrpe
Daemon to allow Nagios plugins to be executed remotely. PR: ports/41247 Submitted by: Paul Dlug <paul@nerdlabs.com>
Diffstat (limited to 'net/nrpe/Makefile')
-rw-r--r--net/nrpe/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/nrpe/Makefile b/net/nrpe/Makefile
new file mode 100644
index 0000000..764aa79
--- /dev/null
+++ b/net/nrpe/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: nrpe
+# Date created: 1 Aug 2002
+# Whom: Paul Dlug<paul@nerdlabs.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nrpe
+PORTVERSION= 1.5
+PORTREVISION= 0
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= nagios
+
+MAINTAINER= paul@nerdlabs.com
+
+RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net/nagios-plugins
+
+GNU_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
+ ${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud