freebsd-ports/net-mgmt/nagios-check_zpools/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00

28 lines
587 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= check_zpools
PORTVERSION= 1.0
CATEGORIES= net-mgmt
PKGNAMEPREFIX= nagios-
MAINTAINER= tj@FreeBSD.org
COMMENT= Nagios plugin that checks zpool state
RUN_DEPENDS= bash:shells/bash
USE_GITHUB= yes
GH_ACCOUNT= Napsty
GH_TAGNAME= 0334625
NO_BUILD= yes
USES= shebangfix
SHEBANG_FILES= check_zpools.sh
PLIST_FILES= libexec/nagios/check_zpools
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
${INSTALL_SCRIPT} ${WRKSRC}/check_zpools.sh \
${STAGEDIR}${PREFIX}/libexec/nagios/check_zpools
.include <bsd.port.mk>