freebsd-ports/net/tcpxtract/Makefile
Nuno Teixeira 7ccf42bd87 net/tcpxtract: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-20 18:37:11 +00:00

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>