mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
a32defea5d
- Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat)
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# 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
|
|
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
|
|
|
|
.include <bsd.port.mk>
|