e6156f805a
The purpose of OpRoute is to attempt to establish a *generalized* measurement system which takes into account all of the factors that are usually considered to be important when it comes to performance. Specifically: - Packet loss - Latency - Layer 3 Hops - AS Hops - NAP Hops - Throughput (To be done, not in there yet) MAINTAINER= Jason Peel <jsyn@nthought.com>
28 lines
689 B
Makefile
28 lines
689 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/03 02:40:21 pvalchev Exp $
|
|
|
|
COMMENT= "network performance measuring tool"
|
|
|
|
DISTNAME= oproute-0.7
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.417
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://www.oproute.net/
|
|
|
|
MAINTAINER= Jason Peel <jsyn@nthought.com>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.opnix.com/pub/oproute/ \
|
|
http://www.wiretapped.net/security/network-monitoring/oproute/
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/oproute
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/oproute
|
|
@strip ${PREFIX}/bin/oproute
|
|
|
|
.include <bsd.port.mk>
|