diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-03-08 18:43:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-03-08 18:43:08 +0000 |
commit | f50a024b541941273806ec721ba870e945dd1bcc (patch) | |
tree | c2ddef35b7b6187de525ef5bb8acae214d871d3b /devel/geany-plugin-pohelper | |
parent | fd6d1deea2600edcdc3407250dcd5f90a11b34ab (diff) | |
download | ports-f50a024b541941273806ec721ba870e945dd1bcc.tar.gz ports-f50a024b541941273806ec721ba870e945dd1bcc.zip |
Notes
Diffstat (limited to 'devel/geany-plugin-pohelper')
-rw-r--r-- | devel/geany-plugin-pohelper/Makefile | 11 | ||||
-rw-r--r-- | devel/geany-plugin-pohelper/pkg-descr | 3 | ||||
-rw-r--r-- | devel/geany-plugin-pohelper/pkg-plist | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/devel/geany-plugin-pohelper/Makefile b/devel/geany-plugin-pohelper/Makefile new file mode 100644 index 000000000000..6043b8001793 --- /dev/null +++ b/devel/geany-plugin-pohelper/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin-pohelper +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include <bsd.port.mk> diff --git a/devel/geany-plugin-pohelper/pkg-descr b/devel/geany-plugin-pohelper/pkg-descr new file mode 100644 index 000000000000..3b14ec16f624 --- /dev/null +++ b/devel/geany-plugin-pohelper/pkg-descr @@ -0,0 +1,3 @@ +Translation Helper plugin provides support for gettext translation files. + +WWW: http://plugins.geany.org/pohelper.html diff --git a/devel/geany-plugin-pohelper/pkg-plist b/devel/geany-plugin-pohelper/pkg-plist new file mode 100644 index 000000000000..9404886f014f --- /dev/null +++ b/devel/geany-plugin-pohelper/pkg-plist @@ -0,0 +1,7 @@ +lib/geany/pohelper.so +%%DOCSDIR%%/pohelper/AUTHORS +%%DOCSDIR%%/pohelper/COPYING +%%DOCSDIR%%/pohelper/ChangeLog +%%DOCSDIR%%/pohelper/NEWS +%%DOCSDIR%%/pohelper/README +%%DATADIR%%/pohelper/menus.ui |