summaryrefslogtreecommitdiff
path: root/net-mgmt/sting/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/sting/Makefile')
-rw-r--r--net-mgmt/sting/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mgmt/sting/Makefile b/net-mgmt/sting/Makefile
deleted file mode 100644
index b1258a0b3569..000000000000
--- a/net-mgmt/sting/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: sting
-# Date created: 10 May 2000
-# Whom: benno@netizen.com.au
-#
-# $FreeBSD$
-#
-
-PORTNAME= sting
-PORTVERSION= 0.7
-CATEGORIES= net
-MASTER_SITES= http://www.cs.washington.edu/homes/savage/sting/
-DISTNAME= sting
-
-MAINTAINER= kbyanc@posi.net
-COMMENT= A tool that measures end-to-end TCP connection characteristics
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sting ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
-.endif
-
-.include <bsd.port.mk>