blob: d02d6bdd279a6b1deb3b49108bb9497479fae12e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $FreeBSD$
PORTNAME= ttyd
PORTVERSION= 1.3.3
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>
|