33 lines
824 B
Makefile
33 lines
824 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/19 22:31:34 espie Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= Nagios plugin to monitor sysctl hw.sensors
|
|
DISTNAME= check_hw_sensors-1.42
|
|
CATEGORIES= sysutils net
|
|
|
|
MAINTAINER= Andrew Fresh <andrew@afresh1.com>
|
|
|
|
HOMEPAGE= http://openbsd.somedomain.net/nagios/check_hw_sensors.html
|
|
MASTER_SITES= http://monitoringexchange.org/attachment/download/Check-Plugins/Operating-Systems/BSD/OpenBSD/check_hw_sensors/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
RUN_DEPENDS+= net/nagios/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>
|