2001-03-03 16:47:20 +01:00
|
|
|
# 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
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2004-03-01 12:21:28 +01:00
|
|
|
MASTER_SITES= http://www.mirrors.wiretapped.net/security/network-monitoring/oproute/ \
|
2005-10-12 23:06:05 +02:00
|
|
|
ftp://ftp.mirrors.wiretapped.net/pub/security/network-monitoring/oproute/
|
2001-03-03 16:47:20 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2002-06-09 21:14:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A tool for measuring general performance of the Internet
|
2001-03-03 16:47:20 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/oproute
|
2004-02-06 19:11:45 +01:00
|
|
|
USE_GCC= 2.95
|
2003-05-18 11:55:25 +02:00
|
|
|
|
2001-03-03 16:47:20 +01:00
|
|
|
post-patch:
|
2002-06-23 08:04:01 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
|
2001-03-03 16:47:20 +01:00
|
|
|
|
2004-02-06 19:11:45 +01:00
|
|
|
.include <bsd.port.mk>
|