mirror of https://git.FreeBSD.org/ports.git
18 lines
385 B
Makefile
18 lines
385 B
Makefile
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>
|