aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpick/Makefile
blob: 4f70cdb594210059632899f34bf4708a44f216c8 (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
# New ports collection makefile for:   tcpick
# Date created:        09 January 2005
# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#

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>