26 lines
461 B
Makefile

# $OpenBSD: Makefile,v 1.2 2017/09/22 21:30:32 sthen Exp $
COMMENT = share your terminal over the web
GH_ACCOUNT = tsl0922
GH_PROJECT = ttyd
GH_TAGNAME = 1.3.3
REVISION = 0
CATEGORIES = www
# MIT
PERMIT_PACKAGE_CDROM = 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
NO_TEST = Yes
.include <bsd.port.mk>