1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/novnc/Makefile
Dmitry Petrov da80bc2d6f www/novnc: Update to 1.4.0
ChangeLog: https://github.com/novnc/noVNC/releases/tag/v1.4.0

 * Secure context (https) is now required
 * Added support for the ZRLE encoding
 * Added support for RealVNC's JPEG encoding
 * Added support for Apple Remote Desktop's authentication
 * Added support for RealVNC's RSA-AES authentication
 * Added support for UltraVNC's MSLogonII authentication

PR:		269118
Reported by:	dpetrov67@gmail.com (maintainer)
2023-01-24 07:36:03 +01:00

33 lines
651 B
Makefile

PORTNAME= novnc
PORTVERSION= 1.4.0
CATEGORIES= www
MAINTAINER= dpetrov67@gmail.com
COMMENT= HTML5 VNC client
WWW= https://github.com/novnc/noVNC
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cpe
USE_GITHUB= yes
GH_ACCOUNT= novnc
GH_PROJECT= noVNC
GH_TAGNAME= 90455ee
NO_ARCH= yes
NO_BUILD= yes
TARGET_DIR= ${PREFIX}/libexec/novnc
post-extract:
@cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml .eslintignore
@cd ${WRKSRC} && ${RM} -R .github
@${FIND} ${WRKSRC} -name '.eslintrc' -delete
do-install:
${MKDIR} ${STAGEDIR}${TARGET_DIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR}
.include <bsd.port.mk>