aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-scope/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-21 14:43:24 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-21 14:43:24 +0000
commit644aa2a709df1ebd5f141f8e4b28bb1efac1b304 (patch)
tree6835cf63cce00bf06d7c224b174cf4b2ee140939 /devel/geany-plugin-scope/Makefile
parentecd489ff2ae56355358396ff7131711ce603007c (diff)
downloadports-644aa2a709df1ebd5f141f8e4b28bb1efac1b304.tar.gz
ports-644aa2a709df1ebd5f141f8e4b28bb1efac1b304.zip
- Update Geany and plugins to 1.23
- Add ports for new plugins (commander, scope) and localization forgotten after splitting (geany-plugins-l10n). geanyGDB plugin has been removed upstream. markdown plugin excluded from ports as it requires currently missing port for libmarkdown. - Patch configure script and remove build dependence on shells/bash
Notes
Notes: svn path=/head/; revision=314846
Diffstat (limited to 'devel/geany-plugin-scope/Makefile')
-rw-r--r--devel/geany-plugin-scope/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/geany-plugin-scope/Makefile b/devel/geany-plugin-scope/Makefile
new file mode 100644
index 000000000000..ef995c081ae6
--- /dev/null
+++ b/devel/geany-plugin-scope/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME= geany-plugin-scope
+PORTVERSION= ${GEANY_VER}
+CATEGORIES= devel
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
+
+USE_GNOME= vte
+
+.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+.include <bsd.port.mk>