e42df9c469
Submitted by: jamrich.majo@gmail.com (previous maintainer, via email)
25 lines
589 B
Makefile
25 lines
589 B
Makefile
# 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>
|