freebsd-ports/sysutils/monitord/Makefile
Marcus Alves Grando 3e53430e85 - Add support to postfix
- Bump PORTREVISION

PR:		93291
Submitted by:	Franz Klammer <klammer@webonaut.com>
Approved by:	maintainer timeout, 29 days
2006-03-15 14:58:02 +00:00

22 lines
469 B
Makefile

# New ports collection makefile for: monitord
# Date created: 5 June 2000
# Whom: walt
#
# $FreeBSD$
#
PORTNAME= monitord
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.erudition.net/pub/monitord/
MAINTAINER= walt@erudition.net
COMMENT= Service that restarts other standalone services
MAN8= monitord.8
post-install:
@${INSTALL_DATA} ${WRKSRC}/monitord.conf.sample ${PREFIX}/etc/monitord.conf.sample
.include <bsd.port.mk>