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

27 lines
604 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-mgmt
2004-03-01 11:21:28 +00:00
MASTER_SITES= http://www.mirrors.wiretapped.net/security/network-monitoring/oproute/ \
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
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/oproute
USE_REINPLACE= yes
USE_GCC= 2.95
2003-05-18 09:55:25 +00:00
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
.include <bsd.port.mk>