summaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios-check_ports/Makefile
blob: f61fc374ac5e3f3de947b3420cff7df31d357ddb (plain)
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
28
29
30
# Created by: Anders Troback
# $FreeBSD$

PORTNAME=	check_ports
PORTVERSION=	0.7.1
PORTREVISION=	1
CATEGORIES=	net-mgmt
PKGNAMEPREFIX=	nagios-

MAINTAINER=	ryanrfrederick@gmail.com
COMMENT=	monitor FreeBSD ports for updates or vulnerabilities

USE_GITHUB=	yes
GH_ACCOUNT=	rfrederick
GH_TAGNAME=	v${PORTVERSION}
GH_COMMIT=	4e039d7

NO_BUILD=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 1000000 && ! defined(WITH_PKGNG)
RUN_DEPENDS=	portaudit:${PORTSDIR}/ports-mgmt/portaudit
.endif

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
	${INSTALL_SCRIPT} ${WRKSRC}/check_ports ${STAGEDIR}${PREFIX}/libexec/nagios/

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud