aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-macro
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-10-06 18:20:59 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-10-06 18:20:59 +0000
commit4bc8c29c2acf8465d737d4783b4a14ed81f408c0 (patch)
treebb9cd056f32028e9b8981c76a677f75c753b3e93 /devel/geany-plugin-macro
parent8f78d3a36f21d1755786be71c9ec19d8def1f0a8 (diff)
downloadports-4bc8c29c2acf8465d737d4783b4a14ed81f408c0.tar.gz
ports-4bc8c29c2acf8465d737d4783b4a14ed81f408c0.zip
- Update to 0.21 [1]
- Update to 1.22 and split into geany-plugin-* ports - Convert to new options framework - Take maintainership PR: ports/165494 [1], ports/171856 Submitted by: Marco Trentini <marco at datasked.com> [1] Approved by: maintainer timeouts (2 weeks for ports/171856)
Notes
Notes: svn path=/head/; revision=305393
Diffstat (limited to 'devel/geany-plugin-macro')
-rw-r--r--devel/geany-plugin-macro/Makefile14
-rw-r--r--devel/geany-plugin-macro/pkg-descr3
-rw-r--r--devel/geany-plugin-macro/pkg-plist10
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/geany-plugin-macro/Makefile b/devel/geany-plugin-macro/Makefile
new file mode 100644
index 000000000000..f648b7270a4e
--- /dev/null
+++ b/devel/geany-plugin-macro/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= macro
+GEANY_PLUGIN_DIR= geanymacro
+
+.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+.include <bsd.port.mk>
diff --git a/devel/geany-plugin-macro/pkg-descr b/devel/geany-plugin-macro/pkg-descr
new file mode 100644
index 000000000000..c2492ac89891
--- /dev/null
+++ b/devel/geany-plugin-macro/pkg-descr
@@ -0,0 +1,3 @@
+This plugin allows you to record and use your own macros.
+
+WWW: http://plugins.geany.org/geanymacro.html
diff --git a/devel/geany-plugin-macro/pkg-plist b/devel/geany-plugin-macro/pkg-plist
new file mode 100644
index 000000000000..81a87942050f
--- /dev/null
+++ b/devel/geany-plugin-macro/pkg-plist
@@ -0,0 +1,10 @@
+lib/geany/geanymacro.a
+lib/geany/geanymacro.la
+lib/geany/geanymacro.so
+%%DOCSDIR%%/geanymacro/AUTHORS
+%%DOCSDIR%%/geanymacro/COPYING
+%%DOCSDIR%%/geanymacro/ChangeLog
+%%DOCSDIR%%/geanymacro/NEWS
+%%DOCSDIR%%/geanymacro/README
+@dirrm %%DOCSDIR%%/geanymacro
+@dirrmtry %%DOCSDIR%%