Annotation of pkgsrc/net/nagios-plugin-radius/Makefile, Revision 1.6
1.6 ! obache 1: # $NetBSD: Makefile,v 1.5 2011/04/08 22:49:49 morr Exp $
1.1 bouyer 2: #
3:
4: PKGNAME= nagios-plugin-radius-${PLUGINSVERSION}
1.6 ! obache 5: PKGREVISION= 1
1.1 bouyer 6: CATEGORIES= net sysutils
7:
8: MAINTAINER= pkgsrc-users@NetBSD.org
9: COMMENT= Nagios radius plugin
1.5 morr 10: LICENSE= gnu-gpl-v3
11:
12: PKG_DESTDIR_SUPPORT= user-destdir
1.1 bouyer 13:
14: DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
15: DEPENDS+= p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP
16:
17: BUILD_DEFS+= PKG_SYSCONFBASE
18:
19: .include "../../net/nagios-plugins/Makefile.common"
20:
21: BINARY_TARGET= check_radius
22:
23: SUBST_CLASSES+= config
24: SUBST_STAGE.config= post-patch
25: SUBST_FILES.config= plugins/check_radius.c
26: SUBST_SED.config= -e "s|@SYSCONFDIR@|${PKG_SYSCONFBASE}|g"
27: SUBST_MESSAGE.config= Fixing configuration file path.
28:
29: .include "../../net/nagios-plugins/Makefile.plugin"
30: .include "../../net/radiusclient-ng/buildlink3.mk"
31: .include "../../security/openssl/buildlink3.mk"
32: .include "../../devel/gettext-lib/buildlink3.mk"
33: .include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>