1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/novnc/Makefile
Marcelo Araujo f0d6b930db - Fix stage and fix netstat invocation in launch.sh.
PR:		ports/222176
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2017-09-22 04:56:37 +00:00

30 lines
521 B
Makefile

# $FreeBSD$
PORTNAME= novnc
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= araujo@FreeBSD.org
COMMENT= HTML5 VNC client
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_GITHUB= yes
GH_ACCOUNT= novnc
GH_PROJECT= noVNC
GH_TAGNAME= e8986fa
NO_BUILD= yes
NO_ARCH= yes
TARGET_DIR= ${PREFIX}/libexec/novnc
do-install:
${MKDIR} ${STAGEDIR}${TARGET_DIR}
cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR}
.include <bsd.port.mk>