mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
2c803c9e4c
file, as well as the path to portaudit. It also contains a few small shell cleanups. Upstream author no longer uses FreeBSD, so there will not be a new release. PR: ports/160222 Submitted by: me Approved by: maintainer timeout
29 lines
621 B
Makefile
29 lines
621 B
Makefile
# New ports collection makefile for: nagios-check_ports
|
|
# Date created: 13 August 2008
|
|
# Whom: Anders Troback
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= check_ports
|
|
PORTVERSION= 0.6.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://code.adminlife.net/check_ports/files/
|
|
PKGNAMEPREFIX= nagios-
|
|
|
|
MAINTAINER= freebsd@troback.com
|
|
COMMENT= Nagios Plugin to monitor your FreeBSD Ports
|
|
|
|
RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit
|
|
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/libexec/nagios
|
|
${INSTALL_SCRIPT} ${WRKSRC}/check_ports ${PREFIX}/libexec/nagios/
|
|
|
|
.include <bsd.port.post.mk>
|