# ex:ts=8
# New ports collection makefile for:	oproute
# Date created:			Mar 3, 2001
# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD: ports/net-mgmt/oproute/Makefile,v 1.12 2004/03/01 11:21:28 krion Exp $
#

PORTNAME=	oproute
PORTVERSION=	0.7
CATEGORIES=	net-mgmt
MASTER_SITES=	http://www.mirrors.wiretapped.net/security/network-monitoring/oproute/ \
		ftp://ftp.opnix.com/oproute/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A tool for measuring general performance of the Internet

PLIST_FILES=	bin/oproute
USE_REINPLACE=	yes
USE_GCC=	2.95

post-patch:
	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile

.include <bsd.port.mk>
