diff options
Diffstat (limited to 'net/oproute/Makefile')
-rw-r--r-- | net/oproute/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/oproute/Makefile b/net/oproute/Makefile deleted file mode 100644 index 46cca45fdd67..000000000000 --- a/net/oproute/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# 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 - -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> |