freebsd-ports/sysutils/daemontools53/Makefile
Eitan Adler b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00

25 lines
651 B
Makefile

# Created by: Dom Mitchell <dom@happygiraffe.net>
# $FreeBSD$
PORTNAME= daemontools
PORTVERSION= 0.53
CATEGORIES= sysutils
MASTER_SITES= http://cr.yp.to/daemontools/ \
ftp://cr.yp.to/daemontools/
MAINTAINER= ports@FreeBSD.org
COMMENT= Service monitoring and logging utilities by djb
RESTRICTED= Unsure of djb's license
NO_LATEST_LINK= yes
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>