2000-06-09 23:51:09 +02:00
|
|
|
# New ports collection makefile for: monitord
|
2000-06-20 11:30:29 +02:00
|
|
|
# Date created: 5 June 2000
|
2000-06-09 23:51:09 +02:00
|
|
|
# Whom: walt
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= monitord
|
2003-08-22 09:11:30 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2000-06-09 23:51:09 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/
|
|
|
|
|
|
|
|
MAINTAINER= walt@erudition.net
|
2003-08-22 09:11:30 +02:00
|
|
|
COMMENT= Service that restarts other standalone services
|
2000-06-09 23:51:09 +02:00
|
|
|
|
|
|
|
MAN8= monitord.8
|
|
|
|
|
2001-06-17 19:26:49 +02:00
|
|
|
post-install:
|
2003-08-22 09:11:30 +02:00
|
|
|
@${CP} ${WRKSRC}/monitord.conf.sample ${PREFIX}/etc/monitord.conf.sample
|
2001-06-17 19:26:49 +02:00
|
|
|
|
2000-06-09 23:51:09 +02:00
|
|
|
.include <bsd.port.mk>
|