1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net-mgmt/oproute/Makefile

30 lines
603 B
Makefile
Raw Normal View History

# 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
2003-02-20 19:00:52 +00:00
COMMENT= A tool for measuring general performance of the Internet
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
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
2003-05-18 09:55:25 +00:00
.include <bsd.port.post.mk>