diff --git a/www/Makefile b/www/Makefile index a6c356e7706c..e9ef4274f501 100644 --- a/www/Makefile +++ b/www/Makefile @@ -534,6 +534,7 @@ SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm + SUBDIR += npm-node10 SUBDIR += npm-node6 SUBDIR += npm-node8 SUBDIR += nspluginwrapper diff --git a/www/npm-node10/Makefile b/www/npm-node10/Makefile new file mode 100644 index 000000000000..a0501a66b6b9 --- /dev/null +++ b/www/npm-node10/Makefile @@ -0,0 +1,13 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PKGNAMESUFFIX= -node10 + +CONFLICTS_INSTALL= npm npm-node6 npm-node8 + +OPTIONS_EXCLUDE=NODE NODE6 NODE8 +OPTIONS_SLAVE= NODE10 + +MASTERDIR= ${.CURDIR}/../npm + +.include "${MASTERDIR}/Makefile"