1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net-mgmt/nagios-check_relayd_status/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

32 lines
697 B
Makefile

# 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>