freebsd-ports/sysutils/ttyd/Makefile
Sunpoet Po-Chuan Hsieh 97064443de Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine
2018-01-03 13:36:58 +00:00

28 lines
531 B
Makefile

# $FreeBSD$
PORTNAME= ttyd
PORTVERSION= 1.3.3
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>