freebsd-ports/sysutils/ttyd/Makefile
Loïc Bartoletti 2d34c2bfea devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
2022-05-16 08:49:43 +02:00

24 lines
480 B
Makefile

PORTNAME= ttyd
DISTVERSION= 1.6.3
PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= nc@FreeBSD.org
COMMENT= Program to share your terminal over the web
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= xxd:editors/vim
LIB_DEPENDS= libjson-c.so:devel/json-c \
libuv.so:devel/libuv \
libwebsockets.so:net/libwebsockets
USES= cmake pkgconfig ssl
USE_GITHUB= yes
GH_ACCOUNT= tsl0922
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/ttyd.1.gz
.include <bsd.port.mk>