freebsd-ports/sysutils/monitord/Makefile
Alexey Dokuchaev 73222b12f1 Fix the build on 5.X and -CURRENT.
Reported by:	kris
Approved by:	portmgr (marcus, krion (implicit))
		foe (mentro, implicit)
2004-10-05 20:05:12 +00:00

21 lines
443 B
Makefile

# New ports collection makefile for: monitord
# Date created: 5 June 2000
# Whom: walt
#
# $FreeBSD$
#
PORTNAME= monitord
PORTVERSION= 0.4.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:
@${CP} ${WRKSRC}/monitord.conf.sample ${PREFIX}/etc/monitord.conf.sample
.include <bsd.port.mk>