ccad595e10
Daemon Watch will check if a process is running or if a tcp port is open. PR: ports/41718 Submitted by: Andrew Turner <zombie@i4free.co.nz>
25 lines
507 B
Makefile
25 lines
507 B
Makefile
# New ports collection makefile for: dwatch
|
|
# Date created: 14 Aug 2002
|
|
# Whom: Andrew Turner <zombie@i4free.co.nz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dwatch
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://siag.nu/pub/dwatch/ \
|
|
http://siag.nu/pub/dwatch/
|
|
|
|
MAINTAINER= zombie@i4free.co.nz
|
|
COMMENT= Dwatch - A Daemon Watcher
|
|
|
|
MAN1= dwatch.1
|
|
|
|
pre-install:
|
|
${INSTALL_DATA} ${WRKSRC}/dwatch.conf ${PREFIX}/etc/dwatch.conf-dist
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/dwatch
|
|
|
|
.include <bsd.port.mk>
|