mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
d4f259d6ad
Changelog: https://github.com/tsl0922/ttyd/compare/1.6.1...1.6.2 PR: 251858 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Approved by: arrowd, tcberner (mentors, implicit)
27 lines
493 B
Makefile
27 lines
493 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ttyd
|
|
DISTVERSION= 1.6.2
|
|
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-console
|
|
LIB_DEPENDS= libjson-c.so:devel/json-c \
|
|
libuv.so:devel/libuv \
|
|
libwebsockets.so:net/libwebsockets
|
|
|
|
USES= cmake pkgconfig ssl
|
|
USE_CSTD= c99
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tsl0922
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/ttyd.1.gz
|
|
|
|
.include <bsd.port.mk>
|