summaryrefslogblamecommitdiff
path: root/net-mgmt/oproute/Makefile
blob: ef6b571972ec7b10726d435a8c16df59b8c82135 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                    
                        
                                                                                        
                                                                                         

                    
                                 
                                                                        
 
                           
                    
 
           
                                                                          
 
                      
# 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
MASTER_SITES=	http://www.mirrors.wiretapped.net/security/network-monitoring/oproute/ \
		ftp://ftp.mirrors.wiretapped.net/pub/security/network-monitoring/oproute/
EXTRACT_SUFX=	.tgz

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

PLIST_FILES=	bin/oproute
USE_GCC=	2.95

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

.include <bsd.port.mk>