openbsd-ports/net/tcpreplay/Makefile

29 lines
528 B
Makefile
Raw Normal View History

2011-09-16 07:13:37 -04:00
# $OpenBSD: Makefile,v 1.33 2011/09/16 11:13:40 espie Exp $
COMMENT= resend network traffic saved by tcpdump
1999-05-14 11:45:52 -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
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
# 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
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
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
1999-05-14 11:45:52 -04:00
.include <bsd.port.mk>