mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
3a79929fdb
PR: 241272 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
23 lines
588 B
Makefile
23 lines
588 B
Makefile
# Created by: Tor Halvard "Squat" Furulund <squat@squat.no>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcptrack
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= https://BSDforge.com/projects/source/net-mgmt/tcptrack/ \
|
|
http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/tcptrack-1.4.2.tar.gz/dacf71a6b5310caf1203a2171b598610/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Packet sniffer that displays TCP information like top(1)
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= ncurses
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tcptrack man/man1/tcptrack.1.gz
|
|
|
|
.include <bsd.port.mk>
|