mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
f7e8c43d64
Hat: portmgr
27 lines
546 B
Makefile
27 lines
546 B
Makefile
# New ports collection makefile for: monitord
|
|
# Date created: 5 June 2000
|
|
# Whom: walt
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= monitord
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Service that restarts other standalone services
|
|
|
|
MAN8= monitord.8
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|syslodg|syslogd|' ${WRKSRC}/${MAN8}
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample \
|
|
${PREFIX}/etc/monitord.conf.sample
|
|
|
|
.include <bsd.port.mk>
|