aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios-check_smartmon/Makefile
blob: d650d55ba688e61713f2385fb0d163764a01393e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    nagios-check_smartmon
# Date created:             2009-07-10
# Whom:                 steinex
#
# $FreeBSD$

PORTNAME=   check_smartmon
PORTVERSION=    20100318
PORTREVISION=   1
CATEGORIES= net-mgmt
MASTER_SITES=   http://nognu.de/s/FreeBSD/distfiles/
PKGNAMEPREFIX=  nagios-

MAINTAINER= ports@bsdserwis.com
COMMENT=    Nagios plug-in to get status from smartmontools

RUN_DEPENDS=    ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools

USE_PYTHON= yes
NO_BUILD=   yes

do-install:
    @${MKDIR} ${PREFIX}/libexec/nagios
    ${INSTALL_SCRIPT} ${WRKSRC}/check_smartmon ${PREFIX}/libexec/nagios

.include <bsd.port.mk>