2013-09-21 00:24:43 +02:00
|
|
|
# Created by: steinex
|
2009-07-14 23:39:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= check_smartmon
|
2010-03-20 19:51:09 +01:00
|
|
|
PORTVERSION= 20100318
|
2019-03-08 22:59:55 +01:00
|
|
|
PORTREVISION= 4
|
2009-07-14 23:39:07 +02:00
|
|
|
CATEGORIES= net-mgmt
|
2016-03-12 13:07:00 +01:00
|
|
|
MASTER_SITES= http://ftp.bsdserwis.com/pub/FreeBSD/ports/distfiles/
|
2009-07-14 23:39:07 +02:00
|
|
|
PKGNAMEPREFIX= nagios-
|
2019-05-23 16:27:14 +02:00
|
|
|
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
2009-07-14 23:39:07 +02:00
|
|
|
|
2010-03-20 19:51:09 +01:00
|
|
|
MAINTAINER= ports@bsdserwis.com
|
2009-07-14 23:39:07 +02:00
|
|
|
COMMENT= Nagios plug-in to get status from smartmontools
|
|
|
|
|
2016-03-12 13:07:00 +01:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/smartctl:sysutils/smartmontools
|
2009-07-14 23:39:07 +02:00
|
|
|
|
2016-03-12 13:07:00 +01:00
|
|
|
USES= python shebangfix
|
2019-05-23 16:27:14 +02:00
|
|
|
USE_PYTHON= concurrent
|
|
|
|
|
2009-07-14 23:39:07 +02:00
|
|
|
NO_BUILD= yes
|
2016-03-12 13:07:00 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
SHEBANG_FILES= check_smartmon
|
|
|
|
|
|
|
|
PLIST_FILES= libexec/nagios/check_smartmon
|
2009-07-14 23:39:07 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-03-17 13:59:47 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/check_smartmon \
|
|
|
|
${STAGEDIR}${PREFIX}/libexec/nagios
|
2009-07-14 23:39:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|