d96aa38d95
Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693
24 lines
507 B
Makefile
24 lines
507 B
Makefile
# 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
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
|
${INSTALL_SCRIPT} ${WRKSRC}/check_ports ${STAGEDIR}${PREFIX}/libexec/nagios/
|
|
|
|
.include <bsd.port.mk>
|