pkgsrc-wip/nrpe/Makefile.common
2006-04-05 18:46:25 +00:00

20 lines
484 B
Makefile

# $NetBSD: Makefile.common,v 1.3 2006/04/05 18:46:25 ghen Exp $
.include "../../net/nagios-base/Makefile.common"
NRPE_USER?= ${NAGIOS_USER}
NRPE_GROUP?= ${NAGIOS_GROUP}
CONFIGURE_ARGS+= --with-nrpe-user=${NRPE_USER:Q}
CONFIGURE_ARGS+= --with-nrpe-group=${NRPE_GROUP:Q}
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.nrpe
PKG_SUPPORTED_OPTIONS= args
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Margs)
CONFIGURE_ARGS+= --enable-command-args
.endif