mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Fix license
- Fix shebangs Approved by: portmgr blanket
This commit is contained in:
parent
f4526ad667
commit
4339cc6cda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461595
@ -2,17 +2,21 @@
|
||||
|
||||
PORTNAME= websockify
|
||||
PORTVERSION= 0.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= araujo@FreeBSD.org
|
||||
COMMENT= noVNC-websockify implementation.
|
||||
|
||||
LICENSE= MPL20
|
||||
LICENSE= LGPL3 MPL20 BSD2CLAUSE BSD3CLAUSE MIT
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_FILE_LGPL3= ${WRKSRC}/docs/LICENSE.LGPL-3
|
||||
|
||||
RUN_DEPENDS= novnc>0:www/novnc
|
||||
|
||||
USES= shebangfix python
|
||||
SHEBANG_FILES= run
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= novnc
|
||||
@ -24,7 +28,7 @@ NO_ARCH= yes
|
||||
TARGET_DIR= ${PREFIX}/libexec/novnc/utils/websockify
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${TARGET_DIR}
|
||||
@${MKDIR} ${STAGEDIR}${TARGET_DIR}
|
||||
cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR}
|
||||
@${CHMOD} +x ${STAGEDIR}${TARGET_DIR}/run
|
||||
|
Loading…
Reference in New Issue
Block a user