diff options
author | sada <sada@FreeBSD.org> | 1998-12-24 18:52:39 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1998-12-24 18:52:39 +0000 |
commit | 914bdd6f18aa610e46f3b6c133bb2e173ad3407a (patch) | |
tree | 67447c822ffc71995d57335bf1f632712a0c3503 /net/h2n/Makefile | |
parent | 23d555fa190744ece37747097f28ae37f238156f (diff) | |
download | FreeBSD-ports-914bdd6f18aa610e46f3b6c133bb2e173ad3407a.zip FreeBSD-ports-914bdd6f18aa610e46f3b6c133bb2e173ad3407a.tar.gz |
h2n, easy BIND[48] configure and maintainance tool.
This program is introduced in NUTSHELL's ``DNS & BIND''.
Diffstat (limited to 'net/h2n/Makefile')
-rw-r--r-- | net/h2n/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/h2n/Makefile b/net/h2n/Makefile new file mode 100644 index 0000000..b312f04 --- /dev/null +++ b/net/h2n/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: h2n +# Version required: 1.29 +# Date created: 27 Nov 1997 +# Whom: SADA Kenji <sada@FreeBSD.ORG> +# +# $Id: Makefile,v 1.1.1.1 1998/11/22 17:39:56 sada Exp $ +# + +DISTNAME= dns +PKGNAME= h2n-1.29 +CATEGORIES= net +MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \ + ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= sada@FreeBSD.ORG + +NO_BUILD= YES +NO_WRKSUBDIR= YES +RESTRICTED= "Never get an approval yet." + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/h2n ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/h2n.man ${PREFIX}/man/cat8/h2n.8 + +.include <bsd.port.mk> |