8d6597e0bb
With hat: portmgr Sponsored by: Absolight
25 lines
551 B
Makefile
25 lines
551 B
Makefile
# Created by: jamrich.majo@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nagios-check_hdd_health
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Nagios plug-in to check HDD health from S.M.A.R.T
|
|
|
|
RUN_DEPENDS= smartmontools>=0:sysutils/smartmontools
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= libexec/nagios/check_hdd_health
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
|
${INSTALL_SCRIPT} ${FILESDIR}/check_hdd_health \
|
|
${STAGEDIR}${PREFIX}/libexec/nagios
|
|
|
|
.include <bsd.port.mk>
|