aboutsummaryrefslogtreecommitdiff
path: root/dns/dnstop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnstop/Makefile')
-rw-r--r--dns/dnstop/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/dns/dnstop/Makefile b/dns/dnstop/Makefile
deleted file mode 100644
index 174977bc1048..000000000000
--- a/dns/dnstop/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: dnstop
-# Date created: 31 October 2002
-# Whom: fenner
-#
-# $FreeBSD$
-
-PORTNAME= dnstop
-PORTVERSION= 20021125
-CATEGORIES= net
-MASTER_SITES= http://dnstop.measurement-factory.com/src/
-
-MAINTAINER= fenner@FreeBSD.Org
-
-NO_WRKSUBDIR= true
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin
-
-.include <bsd.port.mk>