1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-mgmt/nagios-check_ports/Makefile
Doug Barton 2c803c9e4c This patch adds the ability to specify the path to the INDEX
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
2011-09-09 19:10:18 +00:00

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>