summaryrefslogtreecommitdiffstats
path: root/dns/host/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-06-30 12:26:54 +0000
committersobomax <sobomax@FreeBSD.org>2001-06-30 12:26:54 +0000
commita030a77cf2155acd8621aecaf0a2536c69c23e89 (patch)
tree99271a3664a17610a50096853743a97fb0c56365 /dns/host/Makefile
parentbf0e41d95092e690d93b7a605dd555870d37f10e (diff)
downloadFreeBSD-ports-a030a77cf2155acd8621aecaf0a2536c69c23e89.zip
FreeBSD-ports-a030a77cf2155acd8621aecaf0a2536c69c23e89.tar.gz
Add host, an utility to query DNS servers (similar to one found in the BIND
distribution).
Diffstat (limited to 'dns/host/Makefile')
-rw-r--r--dns/host/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/dns/host/Makefile b/dns/host/Makefile
new file mode 100644
index 0000000..1c19daa
--- /dev/null
+++ b/dns/host/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: host
+# Date created: 29 June 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
OpenPOWER on IntegriCloud