2022-09-13 22:54:22 -04:00
|
|
|
PORTNAME= neovim
|
|
|
|
PORTREVISION= 1
|
|
|
|
PKGNAMESUFFIX= -luajit
|
|
|
|
|
|
|
|
MAINTAINER= dan@dynatron.me
|
|
|
|
COMMENT= Neovim without openresty
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../neovim
|
|
|
|
|
|
|
|
CONFLICTS= neovim-* \
|
|
|
|
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
|
2022-09-13 23:00:22 -04:00
|
|
|
LIB_DEPENDS= libluajit-5.1.so:lang/luajit \
|
2022-09-13 22:59:46 -04:00
|
|
|
libluv.so:devel/luv \
|
|
|
|
libmsgpackc.so:devel/msgpack \
|
|
|
|
libtermkey.so:devel/libtermkey \
|
|
|
|
libtree-sitter.so:devel/tree-sitter \
|
|
|
|
libunibilium.so:devel/unibilium \
|
|
|
|
libuv.so:devel/libuv \
|
|
|
|
libvterm.so:devel/libvterm
|
|
|
|
|