4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
26 lines
585 B
Makefile
26 lines
585 B
Makefile
# New ports collection makefile for: tcpwatch
|
|
# Date created: 2004-05-11
|
|
# Whom: ports@c0decafe.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcpwatch
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://hathawaymix.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
|
|
PYDISTUTILS_PKGVERSION= 1.2.1
|
|
|
|
.include <bsd.port.mk>
|