aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-check_hdd_health/Makefile
blob: 3d6926c7b974b69f3609b0438b23a5d631548481 (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
# New ports collection makefile for:	nagios-check_hdd_health
# Date created:				2010-12-02
# Whom:					jamrich.majo@gmail.com
#
# $FreeBSD$
#

PORTNAME=	nagios-check_hdd_health
PORTVERSION=	1.1
CATEGORIES=	net-mgmt
MASTER_SITES=	# No distfile
DISTFILES=	# No distfile

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Nagios plug-in to check HDD health from S.M.A.R.T

RUN_DEPENDS=	smartmontools>=0:${PORTSDIR}/sysutils/smartmontools

NO_BUILD=	yes

do-install:
	@${MKDIR} ${PREFIX}/libexec/nagios
	@${INSTALL_SCRIPT} ${.CURDIR}/src/check_hdd_health ${PREFIX}/libexec/nagios

.include <bsd.port.mk>