diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-16 20:50:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-16 20:50:59 +0000 |
commit | a736a2d96f6dec108e0ea4cdbf5d17faacb6bbba (patch) | |
tree | 3d187b9939f06e7651ecacf8dab5afa722d29c42 /net/tcpwatch/Makefile | |
parent | f89b030b445c3404176e56c180d827b2f4ca49a6 (diff) | |
download | ports-a736a2d96f6dec108e0ea4cdbf5d17faacb6bbba.tar.gz ports-a736a2d96f6dec108e0ea4cdbf5d17faacb6bbba.zip |
Notes
Diffstat (limited to 'net/tcpwatch/Makefile')
-rw-r--r-- | net/tcpwatch/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/tcpwatch/Makefile b/net/tcpwatch/Makefile new file mode 100644 index 000000000000..fbb3b891ab1c --- /dev/null +++ b/net/tcpwatch/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: tcpwatch +# Date created: 2004-05-11 +# Whom: ports@c0decafe.net +# +# $FreeBSD$ +# + +PORTNAME= tcpwatch +PORTVERSION= 1.2.1 +CATEGORIES= net python +MASTER_SITES= http://hathaway.freezope.org/Software/TCPWatch/ + +MAINTAINER= ports@c0decafe.net +COMMENT= TCP monitoring and logging tool with support for HTTP 1.1 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter + +WRKSRC= ${WRKDIR}/${PORTNAME} +PLIST_FILES= bin/tcpwatch.py + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> |