mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# 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
|
|
MAN1= tcpxtract.1
|
|
|
|
PLIST_FILES= bin/tcpxtract etc/tcpxtract.conf
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|