1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net-mgmt/nagios-check_cpu_usage/Makefile
Jochen Neumeister fbf337b4df */*nagios*: Take Maintainership
Sponsored by:	Netzkommune GmbH
2023-01-28 09:54:05 +01:00

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>