summaryrefslogtreecommitdiff
path: root/sysutils/monitord/Makefile
blob: 4f92bbc18cb0ccfe4ca98239e164f6a74806f8f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	monitord
# Date created:				5 June 2000
# Whom:					walt
#
# $FreeBSD$
#

PORTNAME=	monitord
PORTVERSION=	0.2.0
CATEGORIES=	sysutils
MASTER_SITES=	ftp://ftp.erudition.net/pub/monitord/

MAINTAINER=	walt@erudition.net

MAN8=		monitord.8

post-install:
	@${CP} ${WRKSRC}/monitord.conf ${PREFIX}/etc/monitord.conf.dist

.include <bsd.port.mk>