aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-gendoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany-plugin-gendoc/Makefile')
-rw-r--r--devel/geany-plugin-gendoc/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/geany-plugin-gendoc/Makefile b/devel/geany-plugin-gendoc/Makefile
new file mode 100644
index 000000000000..a93f73280c42
--- /dev/null
+++ b/devel/geany-plugin-gendoc/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= geany-plugin
+PORTVERSION= ${GEANY_VER}
+CATEGORIES= devel
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
+
+LIB_DEPENDS= ctpl:${PORTSDIR}/textproc/ctpl
+RUN_DEPENDS= ${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
+
+GEANY_PLUGIN= gendoc
+GEANY_PLUGIN_DIR= geanygendoc
+
+.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+.include <bsd.port.mk>