diff options
Diffstat (limited to 'devel/geany-plugin-lsp')
-rw-r--r-- | devel/geany-plugin-lsp/Makefile | 10 | ||||
-rw-r--r-- | devel/geany-plugin-lsp/pkg-descr | 3 | ||||
-rw-r--r-- | devel/geany-plugin-lsp/pkg-plist | 7 |
3 files changed, 20 insertions, 0 deletions
diff --git a/devel/geany-plugin-lsp/Makefile b/devel/geany-plugin-lsp/Makefile new file mode 100644 index 000000000000..a2e214bfccbd --- /dev/null +++ b/devel/geany-plugin-lsp/Makefile @@ -0,0 +1,10 @@ +PORTNAME= geany-plugin-lsp +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= madpilot@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} +WWW= https://plugins.geany.org/lsp.html + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include <bsd.port.mk> diff --git a/devel/geany-plugin-lsp/pkg-descr b/devel/geany-plugin-lsp/pkg-descr new file mode 100644 index 000000000000..3f8fae6db8f8 --- /dev/null +++ b/devel/geany-plugin-lsp/pkg-descr @@ -0,0 +1,3 @@ +LSP Client is a language server protocol client plugin that allows to run +multiple language servers for various programming languages, making their +functionality accessible to Geany. diff --git a/devel/geany-plugin-lsp/pkg-plist b/devel/geany-plugin-lsp/pkg-plist new file mode 100644 index 000000000000..b47e80621211 --- /dev/null +++ b/devel/geany-plugin-lsp/pkg-plist @@ -0,0 +1,7 @@ +lib/geany/lsp.so +%%DATADIR%%/lsp/lsp.conf +%%DOCSDIR%%/lsp/AUTHORS +%%DOCSDIR%%/lsp/COPYING +%%DOCSDIR%%/lsp/ChangeLog +%%DOCSDIR%%/lsp/NEWS +%%DOCSDIR%%/lsp/README |