2010-11-11 12:20:27 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2010/11/11 17:20:28 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
|
|
|
|
2009-05-17 15:51:54 -04:00
|
|
|
DISTNAME= tcpreplay-3.4.1
|
2010-07-12 18:07:37 -04:00
|
|
|
REVISION= 0
|
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
|
|
|
|
2008-01-16 19:16:11 -05:00
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
2001-02-25 22:28:02 -05:00
|
|
|
|
2008-06-05 15:41:22 -04:00
|
|
|
# BSD
|
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-11 12:20:27 -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-11 12:20:27 -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>
|