2011-09-16 07:13:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.33 2011/09/16 11:13:40 espie Exp $
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= resend network traffic saved by tcpdump
|
1999-05-14 11:45:52 -04:00
|
|
|
|
2011-03-27 12:40:30 -04:00
|
|
|
DISTNAME= tcpreplay-3.4.4
|
2011-09-16 07:13:37 -04:00
|
|
|
REVISION = 1
|
1999-05-14 11:45:52 -04:00
|
|
|
CATEGORIES= net
|
2002-10-27 20:38:44 -05:00
|
|
|
|
2008-01-16 19:16:11 -05:00
|
|
|
HOMEPAGE= http://tcpreplay.synfin.net
|
1999-05-14 11:45:52 -04:00
|
|
|
|
2011-09-07 09:23:07 -04:00
|
|
|
MAINTAINER= Nigel Taylor <nigel@openbsd.org>
|
2001-02-25 22:28:02 -05:00
|
|
|
|
2011-03-27 12:40:30 -04:00
|
|
|
# GPLv3
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2008-01-16 19:16:11 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/}
|
2000-04-22 23:34:40 -04:00
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
WANTLIB= c dnet>=1
|
2002-10-27 20:38:44 -05:00
|
|
|
|
2008-01-16 19:16:11 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
1999-05-14 11:45:52 -04:00
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
LIB_DEPENDS= net/libdnet
|
2008-06-05 15:41:22 -04:00
|
|
|
|
1999-05-14 11:45:52 -04:00
|
|
|
.include <bsd.port.mk>
|