mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
6df3fa970f
Approved by: portmgr (blanket)
33 lines
630 B
Makefile
33 lines
630 B
Makefile
PORTNAME= novnc
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= dpetrov67@gmail.com
|
|
COMMENT= HTML5 VNC client
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= cpe
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= novnc
|
|
GH_PROJECT= noVNC
|
|
GH_TAGNAME= 9142f8f
|
|
|
|
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>
|