29 lines
528 B
Makefile
29 lines
528 B
Makefile
# $OpenBSD: Makefile,v 1.33 2011/09/16 11:13:40 espie Exp $
|
|
|
|
COMMENT= resend network traffic saved by tcpdump
|
|
|
|
DISTNAME= tcpreplay-3.4.4
|
|
REVISION = 1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://tcpreplay.synfin.net
|
|
|
|
MAINTAINER= Nigel Taylor <nigel@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/}
|
|
|
|
WANTLIB= c dnet>=1
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
LIB_DEPENDS= net/libdnet
|
|
|
|
.include <bsd.port.mk>
|