mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
362e034545
Submitted by: az
32 lines
844 B
Makefile
32 lines
844 B
Makefile
# New ports collection makefile for: nagios-check_netsnmp
|
|
# Date created: 7 December 2011
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= check_netsnmp
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= # none
|
|
PKGNAMEPREFIX= nagios-
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Nagios plug-in to get some common NetSNMP-exported information
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \
|
|
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
|
|
|
USE_PERL5_RUN= yes
|
|
NO_BUILD= yes
|
|
PLIST_FILES= libexec/nagios/check_netsnmp %%DOCSDIR%%/check_netsnmp.html
|
|
PLIST_DIRS= %%DOCSDIR%%
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/check_netsnmp ${PREFIX}/libexec/nagios
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${FILESDIR}/check_netsnmp.html ${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|