aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/oproute/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-03-03 23:47:20 +0800
committerijliao <ijliao@FreeBSD.org>2001-03-03 23:47:20 +0800
commita0b501e7612cd3518c3acefed245b84fae17bd1c (patch)
treefa0eaf0cf828aac698023952366822bb25907bd3 /net-mgmt/oproute/Makefile
parentc4f7caba6c93402d6c2ef43658f07bcad7e213c0 (diff)
downloadfreebsd-ports-gnome-a0b501e7612cd3518c3acefed245b84fae17bd1c.tar.gz
freebsd-ports-gnome-a0b501e7612cd3518c3acefed245b84fae17bd1c.tar.zst
freebsd-ports-gnome-a0b501e7612cd3518c3acefed245b84fae17bd1c.zip
add oproute
A tool for measuring general performance of the Internet
Diffstat (limited to 'net-mgmt/oproute/Makefile')
-rw-r--r--net-mgmt/oproute/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-mgmt/oproute/Makefile b/net-mgmt/oproute/Makefile
new file mode 100644
index 000000000000..fb6498848c59
--- /dev/null
+++ b/net-mgmt/oproute/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# New ports collection makefile for: oproute
+# Date created: Mar 3, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= oproute
+PORTVERSION= 0.7
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.opnix.com/pub/oproute/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ijliao@FreeBSD.org
+
+post-patch:
+ @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>