aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-check_puppet/Makefile
blob: 5f2895a142ac321b0081a529dcd6a3cb676c167d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Alexey V. Degtyarev

PORTNAME=	check_puppet
PORTVERSION=	1.3
CATEGORIES=	net-mgmt
MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX=	nagios-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Nagios plugin for checking Puppet daemon availability

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>