2000-06-09 21:51:09 +00:00
|
|
|
# New ports collection makefile for: monitord
|
2000-06-20 09:30:29 +00:00
|
|
|
# Date created: 5 June 2000
|
2000-06-09 21:51:09 +00:00
|
|
|
# Whom: walt
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= monitord
|
2003-08-22 07:11:30 +00:00
|
|
|
PORTVERSION= 0.4.1
|
2006-05-05 21:31:37 +00:00
|
|
|
PORTREVISION= 2
|
2000-06-09 21:51:09 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/
|
|
|
|
|
2006-09-06 01:40:30 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-22 07:11:30 +00:00
|
|
|
COMMENT= Service that restarts other standalone services
|
2000-06-09 21:51:09 +00:00
|
|
|
|
|
|
|
MAN8= monitord.8
|
|
|
|
|
2006-05-05 21:31:37 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|syslodg|syslogd|' ${WRKSRC}/${MAN8}
|
|
|
|
|
2001-06-17 17:26:49 +00:00
|
|
|
post-install:
|
2006-05-05 21:31:37 +00:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample \
|
|
|
|
${PREFIX}/etc/monitord.conf.sample
|
2001-06-17 17:26:49 +00:00
|
|
|
|
2004-10-05 20:05:12 +00:00
|
|
|
.include <bsd.port.mk>
|