1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/sysutils/daemontools53/Makefile
Neil Blakey-Milner 437ec95cc2 Snapshot of daemontools 0.53; without repo-copy, since the history is
safe in the daemontools directory.  This is just a snapshot, this port
should not be updated to new versions.  This is made necessary due to
non-backwards-compatible changes to daemontools, and large use of
this particular version.

Approved by:	asami
2000-04-27 21:25:36 +00:00

27 lines
642 B
Makefile

# New ports collection makefile for: daemontools
# Date created: 09 June 1998
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $FreeBSD$
#
PORTNAME= daemontools
PORTVERSION= 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>