freebsd-ports/net/tcptrace/Makefile
Bill Fenner 8d4e8742c7 Update to 6.4.2 .
Mostly bugfixes, in particular 3dupack-detection algorithm now
 agrees with 4.4BSD's.

Adds support for prism 802.11 format captures.

Adds comma/tab/space-seperated output formats.
2003-07-09 22:39:00 +00:00

37 lines
921 B
Makefile

# New ports collection makefile for: tcptrace
# Date created: 3 March 1997
# Whom: fenner
#
# $FreeBSD$
#
PORTNAME= tcptrace
PORTVERSION= 6.4.2
CATEGORIES= net ipv6
MASTER_SITES= http://www.tcptrace.org/download/
MAINTAINER= fenner@FreeBSD.org
COMMENT= A TCP dump file analysis tool
GNU_CONFIGURE= yes
ALL_TARGET= tcptrace
MAN1= tcptrace.1
DOCFILES= ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list \
README.modules README.tline_graphs README.tput_graphs \
README.version README.xpl2gpl THANKS WWW \
dot_tcptracerc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
${MKDIR} ${PREFIX}/share/doc/tcptrace
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
.endfor
.endif
.include <bsd.port.mk>