20 lines
429 B
Text
20 lines
429 B
Text
# $NetBSD: Makefile.common,v 1.3 2004/02/29 15:48:25 anewsmurf Exp $
|
|
#
|
|
|
|
PLUGINSVERSION= 1.3.1
|
|
|
|
.include "../../wip/nagios-base/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-nagios-user=${NAGIOS_USER}
|
|
CONFIGURE_ARGS+= --with-nagios-group=${NAGIOS_GROUP}
|
|
|
|
AUTOMAKE_REQD= 1.4
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; \
|
|
${ACLOCAL} -I lib; \
|
|
${AUTOCONF}; \
|
|
${AUTOHEADER}; \
|
|
${AUTOMAKE} -a --foreign -i
|
|
|
|
.include "../../mk/automake.mk"
|