freebsd-ports/sysutils/monitord/Makefile
Jimmy Olgeni c5c4c0d757 Add etc/ files management, and preserve etc/monitord.conf at "make install"
time (it was overwritten by the program's Makefile).
2001-06-17 17:26:49 +00:00

21 lines
377 B
Makefile

# 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>