# New ports collection makefile for:   tcpick
# Date created:        09 January 2005
# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD: ports/net/tcpick/Makefile,v 1.4 2005/01/23 05:49:20 nobutaka Exp $
#

PORTNAME=	tcpick
PORTVERSION=	0.2.1
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	nobutaka@FreeBSD.org
COMMENT=	A text-based TCP stream sniffer

GNU_CONFIGURE=	yes

MANLANG=	"" it
MAN8=		tcpick.8

post-install:
	${MKDIR} ${PREFIX}/man/it/man8
	${MV} ${PREFIX}/man/man8/tcpick_italian.8 ${PREFIX}/man/it/man8/tcpick.8

.include <bsd.port.mk>


syntax highlighted by Code2HTML, v. 0.9.1