aboutsummaryrefslogtreecommitdiff
path: root/net/ktcplist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ktcplist/Makefile')
-rw-r--r--net/ktcplist/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/net/ktcplist/Makefile b/net/ktcplist/Makefile
index ffff6d754ff0..d91a627a8cc7 100644
--- a/net/ktcplist/Makefile
+++ b/net/ktcplist/Makefile
@@ -1,17 +1,23 @@
PORTNAME= ktcplist
-DISTVERSION= g20250626
+DISTVERSION= 1.0.2
CATEGORIES= net sysutils
MAINTAINER= arrowd@FreeBSD.org
COMMENT= List tcp connections with KTLS offload
WWW= https://github.com/kostikbel/ktcplist
+LICENSE= BSD2CLAUSE
+
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= kostikbel
-GH_TAGNAME= c4e4253148661d357ecb35804f070151139970e0
+GH_TAGNAME= ${PORTNAME}-${DISTVERSION}
+
+PLIST_FILES= bin/${PORTNAME} \
+ share/man/man1/ktcplist.1.gz
-PLIST_FILES= bin/${PORTNAME}
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/ktcplist.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>