mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
f540cdb303
- Bump PORTREVISION due to functionality enhancement PR: ports/146003 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Krzysztof Stryjek (maintainer), wxs@ (mentor)
27 lines
621 B
Makefile
27 lines
621 B
Makefile
# New ports collection makefile for: nagios-check_smartmon
|
|
# Date created: 2009-07-10
|
|
# Whom: steinex
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= check_smartmon
|
|
PORTVERSION= 20100318
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://nognu.de/s/FreeBSD/distfiles/
|
|
PKGNAMEPREFIX= nagios-
|
|
|
|
MAINTAINER= ports@bsdserwis.com
|
|
COMMENT= Nagios plug-in to get status from smartmontools
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools
|
|
|
|
USE_PYTHON= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/libexec/nagios
|
|
${INSTALL_SCRIPT} ${WRKSRC}/check_smartmon ${PREFIX}/libexec/nagios
|
|
|
|
.include <bsd.port.mk>
|