freebsd-ports/net-mgmt/nagios-check_hdd_health/Makefile
Wen Heping e42df9c469 - Reset maintainer
Submitted by:	jamrich.majo@gmail.com (previous maintainer, via email)
2011-09-27 01:16:04 +00:00

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>