Files
ports/sysutils/monitord/Makefile
T
Gleb Popov f1baff9f63 sysutils/monitord: Fix a couple of bugs.
Submitted by:	Peter TKATCHENKO <peter@flytrace.com>
Reviewed by:	arrowd
2020-12-01 10:44:21 +00:00

23 lines
454 B
Makefile

# 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>