2000-10-29 04:45:17 +00:00
|
|
|
# New ports collection makefile for: bind
|
|
|
|
# Date created: 6 October 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bind
|
2001-01-21 00:42:49 +00:00
|
|
|
PORTVERSION= 9.1.0
|
2000-11-03 16:06:24 +00:00
|
|
|
CATEGORIES= net ipv6
|
2000-10-29 04:45:17 +00:00
|
|
|
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
|
|
|
ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/
|
|
|
|
|
2001-01-31 07:21:26 +00:00
|
|
|
MAINTAINER= DougB@FreeBSD.org
|
2000-10-29 04:45:17 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-12-01 23:42:12 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=/var
|
2000-10-29 04:45:17 +00:00
|
|
|
|
2000-11-19 19:21:02 +00:00
|
|
|
MAN1= host.1 dig.1
|
2000-10-29 04:45:17 +00:00
|
|
|
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
|
|
|
|
|
2001-01-21 00:42:49 +00:00
|
|
|
pre-configure:
|
|
|
|
${PERL} -pi -e "s@{INSTALL_PROGRAM}@{INSTALL_DATA} -m 555@g" ${WRKSRC}/Makefile.in
|
|
|
|
|
2000-10-29 04:45:17 +00:00
|
|
|
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>
|