23 lines
476 B
Makefile
23 lines
476 B
Makefile
PORTNAME= neovim
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -luajit
|
|
|
|
MAINTAINER= dan@dynatron.me
|
|
COMMENT= Neovim without openresty
|
|
|
|
MASTERDIR= ${.CURDIR}/../neovim
|
|
|
|
CONFLICTS= neovim-* \
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
LIB_DEPENDS= libluajit-5.1.so:lang/luajit
|
|
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
|
|
|