pkgsrc-wip/nrpe/Makefile
Roland Illig 819ac68829 The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
2005-08-23 11:49:43 +00:00

31 lines
870 B
Makefile

# $NetBSD: Makefile,v 1.2 2005/08/23 11:49:44 rillig Exp $
DISTNAME= nrpe-2.0
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/}
MAINTAINER= ura@jp.NetBSD.org
HOMEPAGE= http://www.nagios.org/
COMMENT= Nagios Remote Plugin Executor
DEPENDS+= nagios-plugins>=1.3.1:../../wip/nagios-plugins
GNU_CONFIGURE= yes
USE_PERL5_BUILD= yes
USE_REINPLACE= yes
.include "Makefile.common"
RCD_SCRIPTS= nrpe
PKG_GROUPS?= ${NRPE_GROUP}
PKG_USERS?= ${NRPE_USER}:${NRPE_GROUP}::Nagios\ Runtime\ User
INSTALLATION_DIRS= sbin libexec/nagios share/examples/nagios
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe ${PREFIX}/libexec/nagios
${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/share/examples/nagios
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"