mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9a76c59445
to email. Hat: portmgr
26 lines
505 B
Makefile
26 lines
505 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= ports@FreeBSD.org
|
|
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>
|