1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net/yconalyzer/Makefile
Pav Lucistnik f10452b4c5 Yconalyzer is a low-overhead pcap utility that provides a bird's eye
view of traffic on a particular TCP port, displaying a distribution of
duration, volume and throughput over all connections while being able
to narrow down to a connection as well.

WWW:	http://yconalyzer.sourceforge.net/

PR:		ports/150360
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2010-09-09 09:56:24 +00:00

28 lines
470 B
Makefile

# New ports collection makefile for: yconalyzer
# Date created: 2010-09-08
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= yconalyzer
PORTVERSION= 1.0.4
CATEGORIES= net
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gslin@gslin.org
COMMENT= TCP Traffic Analyzer
GNU_CONFIGURE= yes
PLIST_FILES= bin/yconalyzer
USE_BZIP2= yes
USE_GMAKE= yes
MAN8= yconalyzer.8
pre-install:
${CHMOD} a+x ${WRKSRC}/install-sh
.include <bsd.port.mk>