d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
28 lines
506 B
Makefile
28 lines
506 B
Makefile
# $OpenBSD: Makefile,v 1.27 2010/07/12 22:07:42 sthen Exp $
|
|
|
|
COMMENT= resend network traffic saved by tcpdump
|
|
|
|
DISTNAME= tcpreplay-3.4.1
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://tcpreplay.synfin.net
|
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/}
|
|
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
LIB_DEPENDS= dnet.>=1::net/libdnet
|
|
|
|
.include <bsd.port.mk>
|