66d4e628cc
bapt@ reset the maintainer on non-staged ports on 25 Aug 2014 (r366054), but pi@ accidently reverted that the same day (r366055). The PR it was based on was not submitted by the maintainer. Thus, I am resetting it again as it was intended.
19 lines
476 B
Makefile
19 lines
476 B
Makefile
# Created by: Tor Halvard "Squat" Furulund <squat@squat.no>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcptrack
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/tcptrack-1.4.2.tar.gz/dacf71a6b5310caf1203a2171b598610/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Packet sniffer which displays TCP information like top(1)
|
|
|
|
LICENSE= LGPL21
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tcptrack man/man1/tcptrack.1.gz
|
|
|
|
.include <bsd.port.mk>
|