aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/tmetric/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/tmetric/Makefile')
-rw-r--r--benchmarks/tmetric/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/benchmarks/tmetric/Makefile b/benchmarks/tmetric/Makefile
deleted file mode 100644
index 3946e5f200bc..000000000000
--- a/benchmarks/tmetric/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: tmetric
-# Date created: June 5th 2000
-# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tmetric
-PORTVERSION= v0.6
-PORTEPOCH= 1
-CATEGORIES= benchmarks net
-MASTER_SITES= http://michael.bacarella.com/projects/tmetric/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A bandwidth measurement tool
-
-DEPRECATED= Looks like abandonware, no more public distfiles
-EXPIRATION_DATE= 2011-08-01
-
-HAS_CONFIGURE= yes
-ALL_TARGET= ${PORTNAME}
-PLIST_FILES= sbin/tmetric
-USE_BZIP2= yes
-
-MAN8= tmetric.8
-
-post-patch:
- @${REINPLACE_CMD} -e 's%/usr/local%${PREFIX}%' ${WRKSRC}/*
-
-.include <bsd.port.mk>