to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
18 lines
450 B
Makefile
18 lines
450 B
Makefile
# Created by: Tor Halvard "Squat" Furulund <squat@squat.no>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcptrack
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/tcptrack-1.4.2.tar.gz/dacf71a6b5310caf1203a2171b598610/
|
|
|
|
MAINTAINER= squat@squat.no
|
|
COMMENT= Packet sniffer which displays TCP information like top(1)
|
|
|
|
BROKEN= binary segfaults
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= yes
|
|
|
|
.include <bsd.port.mk>
|