aboutsummaryrefslogtreecommitdiffstats
path: root/net/oproute/Makefile
blob: 59e03db1d3bd44498702fc376a10615dcc131357 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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/oproute/
EXTRACT_SUFX=   .tgz

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

USE_REINPLACE=  yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile (bad C++ code)"
.endif

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

.include <bsd.port.post.mk>