diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-29 04:45:17 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-29 04:45:17 +0000 |
commit | 12d1966fa89ff8179cff18d2927b42803de4196c (patch) | |
tree | 1f7371a91b51d9d1524c10a384fab1aa83934daa /dns/bind94/Makefile | |
parent | ea141aa7689abc593b53fbce932b6c125b501ea8 (diff) |
Notes
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r-- | dns/bind94/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile new file mode 100644 index 000000000000..dc3eac5d58d9 --- /dev/null +++ b/dns/bind94/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: bind +# Date created: 6 October 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= bind +PORTVERSION= 9.0.0 +CATEGORIES= net +MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ + ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +MAN1= host.1 +MAN5= rndc.conf.5 +MAN8= lwresd.8 named.8 nsupdate.8 rndc.8 dnssec-keygen.8 dnssec-makekeyset.8 \ + dnssec-signkey.8 dnssec-signzone.8 + +post-install: +.for NUM in 1 5 8 + ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.${NUM} ${MANPREFIX}/man/man${NUM} +.endfor + ${INSTALL_MAN} ${WRKSRC}/doc/man/dnssec/* ${MANPREFIX}/man/man8 + +.include <bsd.port.mk> |