openbsd-ports/net/tcpreplay/Makefile

29 lines
522 B
Makefile
Raw Normal View History

2010-11-11 12:20:27 -05:00
# $OpenBSD: Makefile,v 1.29 2010/11/11 17:20:28 espie Exp $
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
REVISION= 0
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
MAINTAINER= Rui Reis <rui@openbsd.org>
2001-02-25 22:28:02 -05: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
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
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
1999-05-14 11:45:52 -04:00
.include <bsd.port.mk>