# Created by: ports@c0decafe.net
# $FreeBSD: net/tcpwatch/Makefile 327755 2013-09-20 22:10:23Z bapt $

PORTNAME=	tcpwatch
PORTVERSION=	1.3
PORTREVISION=	2
CATEGORIES=	net python
MASTER_SITES=	http://hathawaymix.org/Software/TCPWatch/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	TCP monitoring and logging tool with support for HTTP 1.1

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter

WRKSRC=		${WRKDIR}/${PORTNAME}
PLIST_FILES=	bin/tcpwatch.py

USE_PYTHON=	yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGVERSION=	1.2.1

NO_STAGE=	yes
.include <bsd.port.mk>
