Add neovim
This commit is contained in:
parent
5ef8689e80
commit
9318df821d
1 changed files with 15 additions and 0 deletions
15
editors/neovim-luajit/Makefile
Normal file
15
editors/neovim-luajit/Makefile
Normal file
|
@ -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}
|
Loading…
Reference in a new issue