pkgsrc/net/nagios-plugin-radius/Makefile
jperkin fb09e34f48 nagios-plugins: Update to 2.4.3.
The distribution includes a broken NEWS file that refers to a non-existant
version 2.3.4, and a ChangeLog that has not been updated since 2020, so it is
assumed that the following changes are in this release, even though the version
number is wrong.  This update is primarily for the Solaris build fix.

2.3.4 ????-??-??
        pst3.c: Fix build issue on Solaris (#537)
        check_log: Fix error message for systems that don't use bash (#539)
2023-03-17 12:40:33 +00:00

32 lines
986 B
Makefile

# $NetBSD: Makefile,v 1.22 2023/03/17 12:40:34 jperkin Exp $
PKGNAME= nagios-plugin-radius-${PLUGINSVERSION}
CATEGORIES= net sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Nagios radius plugin
LICENSE= gnu-gpl-v3
DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
DEPENDS+= p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP
# linked with libradiusclient-ng.so.
BUILDLINK_DEPMETHOD.radiusclient-ng= full
BUILD_DEFS+= PKG_SYSCONFBASE
.include "../../net/nagios-plugins/Makefile.common"
BINARY_TARGET= check_radius
SUBST_CLASSES+= config
SUBST_STAGE.config= pre-configure
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/plugin.mk"
.include "../../net/radiusclient-ng/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"