freebsd-ports/net/tcpwatch/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

20 lines
449 B
Makefile

# Created by: ports@c0decafe.net
# $FreeBSD$
PORTNAME= tcpwatch
PORTVERSION= 1.3
PORTREVISION= 3
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:x11-toolkits/py-tkinter
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>