freebsd-ports/net-mgmt/tcptrack/Makefile
John Marino 66d4e628cc net-mgmt/tcptrack: Reset maintainer, it was accidently reverted
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.
2015-03-23 21:28:54 +00:00

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>