pkgsrc-wip/nagios-plugins/Makefile.common
2003-04-09 01:23:05 +00:00

25 lines
582 B
Makefile

# $NetBSD: Makefile.common,v 1.2 2003/04/09 01:23:05 marmfield Exp $
#
PLUGINSVERSION= 1.3.0
DISTNAME= nagios-plugins-${PLUGINSVERSION}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagiosplug/}
HOMEPAGE= http://sourceforge.net/projects/nagiosplug/
.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"