28 lines
521 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.26 2010/04/15 13:27:48 ajacoutot Exp $
COMMENT= resend network traffic saved by tcpdump
1999-05-14 15:45:52 +00:00
2009-05-17 19:51:54 +00:00
DISTNAME= tcpreplay-3.4.1
PKGNAME= ${DISTNAME}p0
1999-05-14 15:45:52 +00:00
CATEGORIES= net
2002-10-28 01:38:44 +00:00
HOMEPAGE= http://tcpreplay.synfin.net
1999-05-14 15:45:52 +00:00
MAINTAINER= Rui Reis <rui@openbsd.org>
2001-02-26 03:28:02 +00:00
# BSD
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 06:29:49 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/}
2000-04-23 03:34:40 +00:00
WANTLIB= c
2002-10-28 01:38:44 +00:00
CONFIGURE_STYLE= gnu
1999-05-14 15:45:52 +00:00
LIB_DEPENDS= dnet.>=1::net/libdnet
1999-05-14 15:45:52 +00:00
.include <bsd.port.mk>