From 764ae5c3a5f3d0bbd8d9843d203de230c0a8d711 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 3 Jan 2003 02:49:08 +0000 Subject: New port: net/nrpe Daemon to allow Nagios plugins to be executed remotely. PR: ports/41247 Submitted by: Paul Dlug --- net-mgmt/nrpe2/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 net-mgmt/nrpe2/Makefile (limited to 'net-mgmt/nrpe2/Makefile') diff --git a/net-mgmt/nrpe2/Makefile b/net-mgmt/nrpe2/Makefile new file mode 100644 index 000000000000..764aa7996ebb --- /dev/null +++ b/net-mgmt/nrpe2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: nrpe +# Date created: 1 Aug 2002 +# Whom: Paul Dlug +# +# $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 -- cgit v1.2.3