summaryrefslogtreecommitdiff
path: root/net/ktcplist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ktcplist/Makefile')
-rw-r--r--net/ktcplist/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/ktcplist/Makefile b/net/ktcplist/Makefile
new file mode 100644
index 000000000000..d91a627a8cc7
--- /dev/null
+++ b/net/ktcplist/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= ktcplist
+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= ${PORTNAME}-${DISTVERSION}
+
+PLIST_FILES= bin/${PORTNAME} \
+ share/man/man1/ktcplist.1.gz
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/ktcplist.1 ${STAGEDIR}${PREFIX}/share/man/man1/
+
+.include <bsd.port.mk>