pkgsrc-wip/nagios-plugins/Makefile.common
Quentin Garnier ee9d6e3553 o Kill autotools dependency.
o swap check is not built on NetBSD, temporarily remove it from PLIST.
o Put DISTNAME in Makefile.common to please nagios-plugin-* packages
2004-06-10 08:26:07 +00:00

10 lines
290 B
Makefile

# $NetBSD: Makefile.common,v 1.4 2004/06/10 08:26:07 cubidou Exp $
#
PLUGINSVERSION= 1.3.1
DISTNAME= nagios-plugins-${PLUGINSVERSION}
.include "../../wip/nagios-base/Makefile.common"
CONFIGURE_ARGS+= --with-nagios-user=${NAGIOS_USER}
CONFIGURE_ARGS+= --with-nagios-group=${NAGIOS_GROUP}