summaryrefslogtreecommitdiff
path: root/net/bind8/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-06-28 21:25:34 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-06-28 21:25:34 +0000
commit15c5eaf3945de9ba128ab85a5926a47a0e9a17fe (patch)
tree7765e42385b5b0fe3a4ba73c283e28dcadb2292a /net/bind8/Makefile
parentActivate cdlabelgen. (diff)
Bring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date.
Requested By: a bazillion people both on mailing lists and #FreeBSD.
Notes
Notes: svn path=/head/; revision=19881
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r--net/bind8/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile
new file mode 100644
index 000000000000..7a92129db8a0
--- /dev/null
+++ b/net/bind8/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: bind
+# Version required: 8.2
+# Date created: 18 July 1997
+# Whom: jseger@scds.com
+#
+# $Id: Makefile,v 1.10 1999/05/31 17:36:25 jseger Exp $
+#
+
+DISTNAME= bind-8.2
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
+PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/
+DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz
+PATCHFILES= patch1
+
+MAINTAINER= jseger@FreeBSD.org
+
+Y2K= http://www.isc.org/y2k.html
+
+WRKSRC= ${WRKDIR}/src
+
+MAN1= dig.1 dnsquery.1 host.1
+MAN3= gethostbyname.3 getnetent.3 resolver.3
+MAN5= irs.conf.5 named.conf.5 resolver.5
+MAN7= hostname.7 mailaddr.7
+MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
+ nsupdate.8
+
+PATCH_ARGS= -d ${WRKDIR}
+PATCH_DIST_ARGS= -d ${WRKDIR}
+
+post-install:
+ @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
+ ${MKDIR} ${PREFIX}/share/doc/bind8
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8
+
+.include <bsd.port.mk>