diff options
author | dburr <dburr@FreeBSD.org> | 1998-06-16 07:47:03 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-06-16 07:47:03 +0000 |
commit | 45e6702297621d57faff16bddbf5199e94a72707 (patch) | |
tree | 6227a846a916e88338fb9417080decde715f8233 /sysutils/daemontools/Makefile | |
parent | 77bceb13cffd106282e50b8b45d6bd04808f4ade (diff) | |
download | FreeBSD-ports-45e6702297621d57faff16bddbf5199e94a72707.zip FreeBSD-ports-45e6702297621d57faff16bddbf5199e94a72707.tar.gz |
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.
Diffstat (limited to 'sysutils/daemontools/Makefile')
-rw-r--r-- | sysutils/daemontools/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile new file mode 100644 index 0000000..b1e0ebe --- /dev/null +++ b/sysutils/daemontools/Makefile @@ -0,0 +1,26 @@ +# 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> |