diff options
Diffstat (limited to 'net/zmate/Makefile')
-rw-r--r-- | net/zmate/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/zmate/Makefile b/net/zmate/Makefile new file mode 100644 index 000000000000..e33b10081ae2 --- /dev/null +++ b/net/zmate/Makefile @@ -0,0 +1,21 @@ +PORTNAME= zmate +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.1 +CATEGORIES= net + +MAINTAINER= fuz@FreeBSD.org +COMMENT= Instant terminal sharing using Zellij +WWW= https://github.com/ziinaio/zmate + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= zellij:sysutils/zellij + +USES= go:1.24,modules + +GO_MODULE= github.com/ziinaio/zmate + +PLIST_FILES= bin/zmate + +.include <bsd.port.mk> |