diff options
Diffstat (limited to 'devel/geany-plugin-xmlsnippets/Makefile')
-rw-r--r-- | devel/geany-plugin-xmlsnippets/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/geany-plugin-xmlsnippets/Makefile b/devel/geany-plugin-xmlsnippets/Makefile new file mode 100644 index 000000000000..1b8f1dce3e76 --- /dev/null +++ b/devel/geany-plugin-xmlsnippets/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +GEANY_PLUGIN= xmlsnippets + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include <bsd.port.mk> |