27 lines
481 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.36 2015/10/08 21:19:22 sthen Exp $
COMMENT= resend network traffic saved by tcpdump
1999-05-14 15:45:52 +00:00
2014-10-16 13:00:56 +00:00
DISTNAME= tcpreplay-4.0.5
1999-05-14 15:45:52 +00:00
CATEGORIES= net
REVISION= 0
2002-10-28 01:38:44 +00:00
2014-10-16 13:00:56 +00:00
HOMEPAGE= http://tcpreplay.appneta.com/
1999-05-14 15:45:52 +00:00
2011-09-07 13:23:07 +00:00
MAINTAINER= Nigel Taylor <nigel@openbsd.org>
2001-02-26 03:28:02 +00:00
# GPLv3
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
2000-02-12 06:29:49 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/}
2000-04-23 03:34:40 +00:00
2010-11-19 22:31:32 +00:00
WANTLIB= c dnet>=1
2002-10-28 01:38:44 +00:00
CONFIGURE_STYLE= gnu
2010-10-18 18:36:45 +00:00
USE_GROFF = Yes
1999-05-14 15:45:52 +00:00
2010-11-19 22:31:32 +00:00
LIB_DEPENDS= net/libdnet
2014-10-16 13:00:56 +00:00
BUILD_DEPENDS= devel/autogen
1999-05-14 15:45:52 +00:00
.include <bsd.port.mk>