2001-03-03 15:47:20 +00: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
|
|
|
|
CATEGORIES= net
|
2002-06-09 19:14:11 +00:00
|
|
|
MASTER_SITES= ftp://ftp.opnix.com/oproute/
|
2001-03-03 15:47:20 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2002-06-09 19:14:11 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= A tool for measuring general performance of the Internet
|
2001-03-03 15:47:20 +00:00
|
|
|
|
2003-06-04 22:43:38 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
2003-05-18 09:55:25 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
|
|
.endif
|
|
|
|
|
2001-03-03 15:47:20 +00:00
|
|
|
post-patch:
|
2002-06-23 06:04:01 +00:00
|
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
|
2001-03-03 15:47:20 +00:00
|
|
|
|
2003-05-18 09:55:25 +00:00
|
|
|
.include <bsd.port.post.mk>
|