mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
5cfe5ce0ad
PR: 55858 Submitted by: W. M. Shandruk <walt@erudition.net>
22 lines
443 B
Makefile
22 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>
|