mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fbf337b4df
Sponsored by: Netzkommune GmbH
22 lines
445 B
Makefile
22 lines
445 B
Makefile
PORTNAME= nagios-check_cpu_usage
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Nagios plug-in to check CPU usage
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= libexec/nagios/check_cpu_usage
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
|
${INSTALL_SCRIPT} ${FILESDIR}/check_cpu_usage \
|
|
${STAGEDIR}${PREFIX}/libexec/nagios
|
|
|
|
.include <bsd.port.mk>
|