freebsd-ports/net-mgmt/nagios-check_hdd_health/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>