2000-04-27 23:25:36 +02:00
|
|
|
# New ports collection makefile for: daemontools
|
|
|
|
# Date created: 09 June 1998
|
2001-06-07 09:46:06 +02:00
|
|
|
# Whom: Dom Mitchell <dom@happygiraffe.net>
|
2000-04-27 23:25:36 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= daemontools
|
|
|
|
PORTVERSION= 0.53
|
|
|
|
CATEGORIES= sysutils
|
2000-07-29 18:32:34 +02:00
|
|
|
MASTER_SITES= http://cr.yp.to/daemontools/ \
|
|
|
|
ftp://cr.yp.to/daemontools/
|
2000-04-27 23:25:36 +02:00
|
|
|
|
2001-06-07 09:46:06 +02:00
|
|
|
MAINTAINER= dom@happygiraffe.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Service monitoring and logging utilities by djb
|
2000-04-27 23:25:36 +02:00
|
|
|
|
2000-12-03 06:16:48 +01:00
|
|
|
NO_PACKAGE= "Unsure of djb\'s license"
|
2004-02-06 17:49:07 +01:00
|
|
|
NO_LATEST_LINK= yes
|
2000-04-27 23:25:36 +02:00
|
|
|
|
|
|
|
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>
|