freebsd-ports/net/djbdns/Makefile
Neil Blakey-Milner e0b2c29572 Update to djbdns 1.02
PR:		21510
Submitted by:	Dan Peterson <danp@danp.net>
2000-09-28 18:19:06 +00:00

26 lines
528 B
Makefile

# New ports collection makefile for: dnscache
# Date created: 24 Jan 2000
# Whom: Neil Blakey-Milner
#
# $FreeBSD$
#
PORTNAME= djbdns
PORTVERSION= 1.02
CATEGORIES= net
MASTER_SITES= http://cr.yp.to/djbdns/ \
ftp://cr.yp.to/djbdns/
MAINTAINER= nbm@FreeBSD.org
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools
ALL_TARGET= it
INSTALL_TARGET= setup check
post-patch:
@echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
@echo "${CC} -s" > ${WRKSRC}/conf-ld
@echo "${PREFIX}" > ${WRKSRC}/conf-home
.include <bsd.port.mk>