openbsd-ports/net/djbdns/Makefile
camield 860b3c127c - the name 'dnscache' has been changed to 'djbdns'
- permit_* = Yes, package reasonably conforms to http://cr.yp.to/djbdns/dist.html
- add RCS id to PLIST
- add ${HOMEPAGE} to MESSAGE
- add note to SECURITY: There is a $500 reward for the first person
  to publish a security hole in djbdns.
2000-07-13 08:56:19 +00:00

33 lines
726 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/07/13 08:56:19 camield Exp $
DISTNAME= dnscache-1.00
HOMEPAGE= http://cr.yp.to/djbdns.html
CATEGORIES= net
MAINTAINER= cd@sentia.nl
# temporary, until DISTNAME changes
PKGNAME= djbdns-1.00
MASTER_SITES= http://cr.yp.to/djbdns/ \
ftp://ftp.id.wustl.edu/pub/qmail/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
ALL_TARGET= default
INSTALL_TARGET= setup check
RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools \
tcpclient:${PORTSDIR}/net/ucspi-tcp
pre-build:
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
@echo ${PREFIX} > ${WRKSRC}/conf-home
pre-install:
@echo ${PREFIX} > ${WRKSRC}/conf-home
.include <bsd.port.mk>