diff --git a/editors/neovim-luajit/Makefile b/editors/neovim-luajit/Makefile new file mode 100644 index 0000000..7e110dd --- /dev/null +++ b/editors/neovim-luajit/Makefile @@ -0,0 +1,15 @@ +PORTNAME= neovim +PORTREVISION= 1 +PKGNAMESUFFIX= -luajit + +MAINTAINER= dan@dynatron.me +COMMENT= Neovim without openresty + +MASTERDIR= ${.CURDIR}/../neovim + +CONFLICTS= neovim-* \ + + +.include "${MASTERDIR}/Makefile" + +LIB_DEPENDS=${LIB_DEPENDS:S/-openresty//1}