ports/sysutils/ttyd/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

28 lines
527 B
Makefile

# $FreeBSD$
PORTNAME= ttyd
PORTVERSION= 1.4.2
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-console
LIB_DEPENDS= libjson-c.so:devel/json-c \
libwebsockets.so:net/libwebsockets
USES= cmake:insource pkgconfig ssl
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= tsl0922
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttyd ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>