mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
858f4921c4
so I'm on top of the security advisories, etc.
34 lines
829 B
Makefile
34 lines
829 B
Makefile
# New ports collection makefile for: bind
|
|
# Date created: 6 October 2000
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bind
|
|
PORTVERSION= 9.1.0
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \
|
|
ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/
|
|
|
|
MAINTAINER= DougB@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=/var
|
|
|
|
MAN1= host.1 dig.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
|
|
|
|
pre-configure:
|
|
${PERL} -pi -e "s@{INSTALL_PROGRAM}@{INSTALL_DATA} -m 555@g" ${WRKSRC}/Makefile.in
|
|
|
|
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>
|