freebsd-ports/net-mgmt/nagios-check_ports/Makefile
Mathieu Arnold 9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00

23 lines
481 B
Makefile

# Created by: Anders Troback
# $FreeBSD$
PORTNAME= check_ports
PORTVERSION= 0.7.1
DISTVERSIONPREFIX= v
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
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
${INSTALL_SCRIPT} ${WRKSRC}/check_ports ${STAGEDIR}${PREFIX}/libexec/nagios/
.include <bsd.port.mk>