2000-11-28 21:29:03 -05:00
|
|
|
# New ports collection makefile for: tcpreplay
|
|
|
|
# Date created: 2 November 2000
|
|
|
|
# Whom: cnh@ivmg.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-01-23 03:45:52 -05:00
|
|
|
PORTNAME= tcpreplay
|
2002-10-09 21:30:45 -04:00
|
|
|
PORTVERSION= 1.3.b2
|
2002-10-09 21:36:03 -04:00
|
|
|
DISTNAME= tcpreplay-1.3-beta2
|
2001-01-23 03:45:52 -05:00
|
|
|
CATEGORIES= net
|
2002-10-09 20:24:03 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-04-15 16:03:51 -04:00
|
|
|
|
2002-10-09 20:24:03 -04:00
|
|
|
MAINTAINER= smace@FreeBSD.org
|
2000-11-28 21:29:03 -05:00
|
|
|
|
2002-10-09 20:24:03 -04:00
|
|
|
LIB_DEPENDS= redblack:${PORTSDIR}/devel/libredblack
|
2001-01-23 03:45:52 -05:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
2000-11-28 21:29:03 -05:00
|
|
|
|
2002-04-15 16:03:51 -04:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-libnet=${PREFIX} --with-libredblack=${PREFIX}
|
|
|
|
|
2001-01-23 03:45:52 -05:00
|
|
|
USE_AUTOCONF= yes
|
2000-11-28 21:29:03 -05:00
|
|
|
|
2002-10-09 20:24:03 -04:00
|
|
|
MAN1= capinfo.1 tcpprep.1
|
|
|
|
MAN8= tcpreplay.8
|
2000-11-28 21:29:03 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|