1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/sysutils/daemontools/Makefile
Donald Burr b56ad45c73 PR: ports/6899
Submitted by:	Dom Mitchell <dom@myrddin.demon.co.uk>
Import of new port sysutils/daemontools, a set of
service (daemon) monitoring and logging tools.
1998-06-16 07:47:03 +00:00

27 lines
653 B
Makefile

# New ports collection makefile for: daemontools
# Version required: 0.53
# Date created: 09 June 1998
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $Id$
#
DISTNAME= daemontools-0.53
CATEGORIES= sysutils
MASTER_SITES= ftp://koobera.math.uic.edu/www/software/
MAINTAINER= dom@myrddin.demon.co.uk
NO_PACKAGE= Unsure of djb's license
ALL_TARGET= it man
INSTALL_TARGET= setup
SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \
MANMODE="${MANMODE}" CFLAGS="${CFLAGS}"
MAN1= accustamp.1 cyclog.1 errorsto.1 fifo.1 setuser.1 supervise.1 svc.1 \
svstat.1 tailocal.1 testfilelock.1 usually.1
.include <bsd.port.mk>