2006-01-03 19:25:23 +00:00
|
|
|
# New ports collection makefile for: tcpxtract
|
|
|
|
# Date created: 3 January 2006
|
|
|
|
# Whom: MANTANI Nobutaka <nobutaka@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tcpxtract
|
|
|
|
PORTVERSION= 1.0.1
|
|
|
|
CATEGORIES= net
|
2009-08-22 00:32:25 +00:00
|
|
|
MASTER_SITES= SF
|
2006-01-03 19:25:23 +00:00
|
|
|
|
2010-12-25 16:55:41 +00:00
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
2006-01-03 19:25:23 +00:00
|
|
|
COMMENT= A tool for extracting files from network traffic
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= tcpxtract.1
|
|
|
|
|
|
|
|
PLIST_FILES= bin/tcpxtract etc/tcpxtract.conf
|
|
|
|
|
2007-10-04 02:10:52 +00:00
|
|
|
.include <bsd.port.mk>
|