PR: 186809 Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> Approved by: Anders Troback <anders@troback.com>
25 lines
552 B
Makefile
25 lines
552 B
Makefile
# Created by: 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= ryanrfrederick@gmail.com
|
|
COMMENT= Nagios Plugin to monitor your FreeBSD Ports
|
|
|
|
RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_STAGE= 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>
|