mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
7052b59e08
drop nigel@ as maintainer as suggested by him
26 lines
521 B
Makefile
26 lines
521 B
Makefile
COMMENT= resend network traffic saved by tcpdump
|
|
|
|
V= 4.5.2
|
|
DISTNAME= tcpreplay-$V
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://tcpreplay.appneta.com/
|
|
|
|
# GPLv3 "or _with the author's permission_ any later version"
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c dnet>=1
|
|
|
|
SITES= https://github.com/appneta/tcpreplay/releases/download/v$V/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
LIB_DEPENDS= net/libdnet
|
|
|
|
do-test:
|
|
@echo; echo "To run tests: cd ${WRKSRC}/test,"
|
|
@echo "edit Makefile and config to set interface, run gmake as root."
|
|
@echo
|
|
|
|
.include <bsd.port.mk>
|