diff options
Diffstat (limited to 'devel/geany-plugin-lsp/Makefile')
-rw-r--r-- | devel/geany-plugin-lsp/Makefile | 10 |
1 files changed, 10 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> |