From 48dba8c86f6680dd4f27e5c50e16b8e69318bebd Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sat, 30 Jun 2001 12:26:54 +0000 Subject: Add host, an utility to query DNS servers (similar to one found in the BIND distribution). --- dns/host/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dns/host/Makefile (limited to 'dns/host/Makefile') diff --git a/dns/host/Makefile b/dns/host/Makefile new file mode 100644 index 000000000000..1c19daad9fd5 --- /dev/null +++ b/dns/host/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: host +# Date created: 29 June 2001 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= host +PORTVERSION= 991529 +CATEGORIES= net +MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/ \ + ftp://ftp.nikhef.nl/pub/network/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .tar.Z + +MAINTAINER= sobomax@FreeBSD.org + +NO_WRKSUBDIR= yes + +MAN1= host.1 + +.include -- cgit v1.2.3