834e68c4e0
netrate includes UDP packet generators (netsend and netblast) and sink (netreceive), useful for testing forwarding performance at high pps rates and seeing what breaks down. from Stuart Henderson <stu@spacehopper.org>
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/30 02:35:17 robert Exp $
|
|
|
|
COMMENT= "FreeBSD's tcp/udp traffic generator"
|
|
|
|
DISTNAME= netrate-20070208
|
|
CATEGORIES= net
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= http://spacehopper.org/mirrors/
|
|
|
|
MAKE_ENV= BINDIR=${PREFIX}/bin NOMAN=Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|