summaryrefslogtreecommitdiff
path: root/net-mgmt/tcpreplay/Makefile
blob: 730900a48d8867e5ec3954abcb370b8ab3154cbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>