Muhammad Moinur Rahman 66d30e3cd8
sysutils/monitord: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 07:04:21 +01:00

20 lines
422 B
Makefile

PORTNAME= monitord
PORTVERSION= 0.4.1
PORTREVISION= 8
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>