e0da526f42
PR: 33888 33890 33892 33900 33901 33905 Submitted by: Tilman Linneweh <freebsdports@arved.de>
23 lines
451 B
Makefile
23 lines
451 B
Makefile
# New ports collection makefile for: tcpreplay
|
|
# Date created: 2 November 2000
|
|
# Whom: cnh@ivmg.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcpreplay
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://synfin.net/aturner/tcpreplay/ \
|
|
http://www.anzen.com/research/nidsbench/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
MAN8= tcpreplay.8
|
|
|
|
.include <bsd.port.mk>
|