ports/net/nagios/check_hw_sensors/Makefile

29 lines
689 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
PKG_ARCH= *
COMMENT= Nagios plugin to monitor sysctl hw.sensors
DISTNAME= check_hw_sensors-1.42
REVISION= 3
CATEGORIES= sysutils net
MAINTAINER= Andrew Fresh <afresh1@openbsd.org>
HOMEPAGE= http://openbsd.somedomain.net/nagios/check_hw_sensors.html
2023-09-27 17:15:09 +00:00
SITES= http://monitoringexchange.org/attachment/download/Check-Plugins/Operating-Systems/BSD/OpenBSD/check_hw_sensors/
2023-08-16 22:26:55 +00:00
# BSD
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
NO_TEST= Yes
RUN_DEPENDS+= net/monitoring-plugins
do-configure:
@${SUBST_CMD} ${WRKSRC}/check_hw_sensors
do-install:
${INSTALL_SCRIPT_DIR} ${PREFIX}/libexec/nagios
${INSTALL_SCRIPT} ${WRKSRC}/check_hw_sensors ${PREFIX}/libexec/nagios
.include <bsd.port.mk>