![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / net / nagios-plugin-radius / Makefile (download)
Revision 1.2, Fri Jan 18 05:08:45 2008 UTC (11 years, 1 month ago) by tnn
Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@ |
# $NetBSD: Makefile,v 1.2 2008/01/18 05:08:45 tnn 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"