Files
ports/net/tcpsplit/Makefile
T
Po-Chuan Hsieh ec598fd9c8 net/tcpsplit: Update to 0.3
- Convert REINPLACE_CMD to patch file
- Reformat pkg-descr
- Take maintainership

Changes:	https://www.icir.org/mallman/software/tcpsplit/ChangeLog
2025-03-19 11:37:18 +08:00

19 lines
439 B
Makefile

PORTNAME= tcpsplit
PORTVERSION= 0.3
CATEGORIES= net
MASTER_SITES= http://www.icir.org/mallman/software/tcpsplit/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Break a libpcap trace along TCP connection boundaries
WWW= https://www.icir.org/mallman/software/tcpsplit/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
PLIST_FILES= bin/tcpsplit
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpsplit ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>