openbsd-ports/net/dnscache/Makefile
espie f100c128f9 Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00

30 lines
684 B
Makefile

# $OpenBSD: Makefile,v 1.3 2000/06/16 23:06:09 espie Exp $
DISTNAME= dnscache-1.00
HOMEPAGE= http://cr.yp.to/dnscache.html
CATEGORIES= net
MAINTAINER= cd@sentia.nl
MASTER_SITES= http://cr.yp.to/dnscache/ \
ftp://ftp.id.wustl.edu/pub/qmail/
PERMIT_PACKAGE_CDROM= 'no license'
PERMIT_PACKAGE_FTP= 'no license'
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>