Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
15 lines
322 B
Makefile
15 lines
322 B
Makefile
PORTNAME= tcpxtract
|
|
PORTVERSION= 1.0.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
|
|
|
|
PLIST_FILES= bin/tcpxtract etc/tcpxtract.conf \
|
|
man/man1/tcpxtract.1.gz
|
|
|
|
.include <bsd.port.mk>
|