aboutsummaryrefslogtreecommitdiff
path: root/net/tcpwatch/Makefile
blob: 6541188b00d5ea30fb3bef8cd1b67baadca8d6b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: ports@c0decafe.net
# $FreeBSD$

PORTNAME=	tcpwatch
PORTVERSION=	1.3
PORTREVISION=	4
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

LICENSE=	ZPL20
LICENSE_NAME=	Zope Public License version 2.0
LICENSE_TEXT=	The license: ${LICENSE} (${LICENSE_NAME}) is standard, please read from the web.
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

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

USES=		python
USE_PYTHON=	distutils autoplist concurrent optsuffix
NO_ARCH=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

.include <bsd.port.mk>