forked from Lainports/freebsd-ports
Changelog: https://libwebsockets.org/git/libwebsockets/tree/changelog?h=v4.1-stable PR: 251835 Submitted by: daniel.engberg.lists@pyret.net Approved by: iblis.dif01@nctu.edu.tw (timeout)
27 lines
509 B
Makefile
27 lines
509 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ttyd
|
|
DISTVERSION= 1.6.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= nc@FreeBSD.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>
|