aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnsutl/Makefile')
-rw-r--r--dns/dnsutl/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile
deleted file mode 100644
index 974a7ce59f87..000000000000
--- a/dns/dnsutl/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Ports collection makefile for: dnsutl
-# Date created: Nov 05, 1998
-# Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
-#
-# $FreeBSD$
-#
-
-PORTNAME= dnsutl
-PORTVERSION= 1.6
-CATEGORIES= net
-MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \
- http://www.tip.net.au/~millerp/dnsutl/ \
- http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ \
- ftp://ftp.agso.gov.au/pub/Aegis/dnsutl/
-
-MAINTAINER= Karl.Dietz@frankfurt.netsurf.de
-
-GNU_CONFIGURE= yes
-ALL_TARGET= all sure
-
-MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
- dns-ethers-import.1 dns-ethers.1 dns-filter.1 \
- dns-hosts-import.1 dns-hosts.1 dns-license.1 \
- dns-ng.1 dns-rev.1
-
-.include <bsd.port.mk>