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