blob: a2fadfd575839ecb03e8f8a63eb4b19c9bdc3b33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= tcpxtract
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Tool for extracting files from network traffic
WWW= https://tcpxtract.sourceforge.net/
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/tcpxtract etc/tcpxtract.conf \
share/man/man1/tcpxtract.1.gz
.include <bsd.port.mk>
|