freebsd-ports/sysutils/daemontools53/Makefile
Steve Price 70b860b7a1 Put the NO_PACKAGE strings in double quotes to the escaped single quote
becomes just a single quote instead of \'.
2000-12-03 05:16:48 +00:00

27 lines
665 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= http://cr.yp.to/daemontools/ \
ftp://cr.yp.to/daemontools/
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>