ports/sysutils/ttyd/Makefile
Jan Beich cd09e11702 net/libwebsockets: update to 2.2.2
Changes:	https://github.com/warmcat/libwebsockets/blob/v2.2.2/changelog
PR:		220921
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
2017-07-22 12:02:56 +00:00

28 lines
531 B
Makefile

# $FreeBSD$
PORTNAME= ttyd
PORTVERSION= 1.3.2
PORTREVISION= 1
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
USE_CSTD= c99
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttyd ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>