2022-03-11 20:09:36 +00:00

21 lines
366 B
Makefile

COMMENT = share your terminal over the web
GH_ACCOUNT = tsl0922
GH_PROJECT = ttyd
GH_TAGNAME = 1.5.2
CATEGORIES = www
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += c crypto json-c m pthread ssl util websockets z
MODULES = devel/cmake
# vim is needed for xxd
BUILD_DEPENDS = editors/vim,-main
LIB_DEPENDS = www/libwebsockets \
devel/json-c
.include <bsd.port.mk>