aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-devhelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany-plugin-devhelp/Makefile')
-rw-r--r--devel/geany-plugin-devhelp/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/geany-plugin-devhelp/Makefile b/devel/geany-plugin-devhelp/Makefile
new file mode 100644
index 000000000000..d57b23907488
--- /dev/null
+++ b/devel/geany-plugin-devhelp/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= geany-plugin
+PORTVERSION= ${GEANY_VER}
+CATEGORIES= devel
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
+
+LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \
+ webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
+
+USE_GNOME= gconf2
+
+GEANY_PLUGIN= devhelp
+
+.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+.include <bsd.port.mk>