blob: 295413067bdc12bfd4bf6709d079abd1d5c71b8e (
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
31
|
# Created by: Douglas K. Rand <rand@iteris.com>
# $FreeBSD$
PORTNAME= check_relayd_status
PORTVERSION= 1.1
CATEGORIES= net-mgmt
MASTER_SITES= # none
PKGNAMEPREFIX= nagios-
DISTFILES= # none
MAINTAINER= rand@iteris.com
COMMENT= Nagios plug-in to check on the status of relayd
LICENSE= MPL
RUN_DEPENDS= ${LOCALBASE}/sbin/relayctl:net/relayd
USES= perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= check_relayd_status
NO_BUILD= yes
do-extract:
@${MKDIR} ${WRKSRC}
${INSTALL_SCRIPT} ${FILESDIR}/check_relayd_status ${WRKSRC}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
${INSTALL_SCRIPT} ${WRKSRC}/check_relayd_status ${STAGEDIR}${PREFIX}/libexec/nagios/
.include <bsd.port.mk>
|