1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/www/novnc/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

31 lines
618 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
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>