From c9e5b0da2c7f6a3df13a274b6b410d835805742f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 23 Nov 2016 12:44:38 +0000 Subject: Add ttyd: ttyd is a simple command-line tool for sharing terminal over the web, inspired by GoTTY. WWW: https://www.github.com/tsl0922/ttyd PR: 213503 Submitted by: Neel Chauhan --- sysutils/ttyd/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sysutils/ttyd/Makefile (limited to 'sysutils/ttyd/Makefile') diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile new file mode 100644 index 000000000000..dd880197f8fc --- /dev/null +++ b/sysutils/ttyd/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= ttyd +PORTVERSION= 1.2.0 +CATEGORIES= sysutils + +MAINTAINER= neel@neelc.org +COMMENT= Program to share your terminal over the web + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= xxd:editors/vim-lite +LIB_DEPENDS= libjson-c.so:devel/json-c \ + libwebsockets.so:net/libwebsockets + +USE_GITHUB= yes +GH_ACCOUNT= tsl0922 + +USES= cmake pkgconfig ssl +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ttyd ${STAGEDIR}${PREFIX}/bin + +.include -- cgit v1.2.3