freebsd-ports/net-mgmt/nagios-check_puppet/Makefile
Jochen Neumeister fbf337b4df */*nagios*: Take Maintainership
Sponsored by:	Netzkommune GmbH
2023-01-28 09:54:05 +01:00

21 lines
610 B
Makefile

PORTNAME= check_puppet
PORTVERSION= 1.3
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= nagios-
MAINTAINER= joneum@FreeBSD.org
COMMENT= Nagios plugin for checking Puppet daemon availability
WWW= http://renatasystems.org/freebsd/check_puppet.html
NO_BUILD= yes
SUB_FILES= pkg-message
PLIST_FILES= bin/check_puppet man/man1/check_puppet.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/check_puppet ${STAGEDIR}${PREFIX}/bin/check_puppet
${INSTALL_MAN} ${WRKSRC}/check_puppet.1 ${STAGEDIR}${MANPREFIX}/man/man1/check_puppet.1
.include <bsd.port.mk>