mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
cf118ccf87
Reported by: lwhsu
27 lines
607 B
Makefile
27 lines
607 B
Makefile
PORTNAME= neovim-qt
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.16.1
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= chuck@tuffli.net
|
|
COMMENT= Neovim client library and QT5 GUI
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= neovim>=0:editors/neovim
|
|
LIB_DEPENDS= libmsgpackc.so:devel/msgpack
|
|
RUN_DEPENDS= neovim>=0:editors/neovim
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= equalsraf
|
|
USE_QT= core gui network testlib widgets buildtools_build qmake_build svg
|
|
|
|
CMAKE_ON= USE_SYSTEM_MSGPACK
|
|
CMAKE_OFF= ENABLE_TESTS
|
|
|
|
DATADIR= ${PREFIX}/share/nvim-qt
|
|
|
|
.include <bsd.port.mk>
|