1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/net-mgmt/nrpe/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

41 lines
1.0 KiB
Makefile

# New ports collection makefile for: nrpe
# Date created: 1 Aug 2002
# Whom: Paul Dlug<paul@nerdlabs.com>
#
# $FreeBSD$
#
PORTNAME= nrpe
PORTVERSION= 1.9
PORTREVISION= 5
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nagios
MAINTAINER= ports@FreeBSD.org
COMMENT= Nagios Remote Plugin Executor
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins
GNU_CONFIGURE= yes
USE_PERL5= yes
USE_RC_SUBR= yes
SUB_FILES= nrpe pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
CONFIGURE_ARGS= \
--libexecdir=${PREFIX}/libexec/nagios --sysconfdir=${PREFIX}/etc \
--sbindir=${PREFIX}/sbin --bindir=${PREFIX}/sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe \
${PREFIX}/libexec/nagios/check_nrpe
${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
${INSTALL_SCRIPT} ${WRKDIR}/nrpe ${PREFIX}/etc/rc.d
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>