Add npm-node10: slave port of npm

- Clean up CONFLICTS_INSTALL
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-03 22:15:57 +00:00
parent bc53413035
commit 41e397476e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483914
2 changed files with 14 additions and 0 deletions

View File

@ -534,6 +534,7 @@
SUBDIR += npapi-xine
SUBDIR += npc
SUBDIR += npm
SUBDIR += npm-node10
SUBDIR += npm-node6
SUBDIR += npm-node8
SUBDIR += nspluginwrapper

13
www/npm-node10/Makefile Normal file
View File

@ -0,0 +1,13 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -node10
CONFLICTS_INSTALL= npm npm-node6 npm-node8
OPTIONS_EXCLUDE=NODE NODE6 NODE8
OPTIONS_SLAVE= NODE10
MASTERDIR= ${.CURDIR}/../npm
.include "${MASTERDIR}/Makefile"