30 lines
901 B
Makefile
30 lines
901 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/01/17 12:02:33 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= nagios-plugin-radius-${PLUGINSVERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Nagios radius plugin
|
|
|
|
DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
|
|
DEPENDS+= p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP
|
|
|
|
BUILD_DEFS+= PKG_SYSCONFBASE
|
|
|
|
.include "../../net/nagios-plugins/Makefile.common"
|
|
|
|
BINARY_TARGET= check_radius
|
|
|
|
SUBST_CLASSES+= config
|
|
SUBST_STAGE.config= post-patch
|
|
SUBST_FILES.config= plugins/check_radius.c
|
|
SUBST_SED.config= -e "s|@SYSCONFDIR@|${PKG_SYSCONFBASE}|g"
|
|
SUBST_MESSAGE.config= Fixing configuration file path.
|
|
|
|
.include "../../net/nagios-plugins/Makefile.plugin"
|
|
.include "../../net/radiusclient-ng/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|