aboutsummaryrefslogtreecommitdiff
path: root/sysutils/monitord/Makefile
blob: 7a8148d018a996f48e1df6cc9d9314a258a7ebea (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: walt
# $FreeBSD$

PORTNAME=	monitord
PORTVERSION=	0.4.1
PORTREVISION=	6
CATEGORIES=	sysutils
MASTER_SITES=	http://lissyara.su/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Service that restarts other standalone services

LICENSE=	BSD4CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

USE_RC_SUBR=	monitord

post-install:
	${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample \
		${STAGEDIR}${PREFIX}/etc/monitord.conf.sample

.include <bsd.port.mk>