diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-26 19:12:06 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-26 19:12:06 +0000 |
commit | 2cd3c80e2af07a2f42324d8e25c35e9fc0e0ce1e (patch) | |
tree | cff655e056a75a5647ef957ceb646b14030da0b5 /dns/djbdns/Makefile | |
parent | ce0b4a9bd144b4d34a162c5277393ca6e54e94f9 (diff) |
Notes
Diffstat (limited to 'dns/djbdns/Makefile')
-rw-r--r-- | dns/djbdns/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile new file mode 100644 index 000000000000..6fce82cc6bd0 --- /dev/null +++ b/dns/djbdns/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: dnscache +# Date created: 24 Jan 2000 +# Whom: Neil Blakey-Milner +# +# $FreeBSD$ +# + +PORTNAME= dnscache +PORTVERSION= 1.00 +CATEGORIES= net +MASTER_SITES= http://cr.yp.to/dnscache/ + +MAINTAINER= nbm@FreeBSD.org + +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> |