blob: d5304e7051346e29d089c440ce7ca4f8f2b57d80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: nagios-check_ports
# Date created: 13 August 2008
# Whom: Anders Troback
#
# $FreeBSD$
#
PORTNAME= check_ports
PORTVERSION= 0.6.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>
|