aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpxtract/Makefile
blob: fc5f8edf1f0c2f51973c08af5980585669dc083c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$

PORTNAME=   tcpxtract
PORTVERSION=    1.0.1
CATEGORIES= net
MASTER_SITES=   SF

MAINTAINER= nobutaka@FreeBSD.org
COMMENT=    A tool for extracting files from network traffic

GNU_CONFIGURE=  yes

PLIST_FILES=    bin/tcpxtract etc/tcpxtract.conf \
        man/man1/tcpxtract.1.gz

.include <bsd.port.mk>