diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-10-06 18:20:59 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-10-06 18:20:59 +0000 |
commit | 4bc8c29c2acf8465d737d4783b4a14ed81f408c0 (patch) | |
tree | bb9cd056f32028e9b8981c76a677f75c753b3e93 /devel/geany-plugin-latex | |
parent | 8f78d3a36f21d1755786be71c9ec19d8def1f0a8 (diff) |
Notes
Diffstat (limited to 'devel/geany-plugin-latex')
-rw-r--r-- | devel/geany-plugin-latex/Makefile | 14 | ||||
-rw-r--r-- | devel/geany-plugin-latex/pkg-descr | 3 | ||||
-rw-r--r-- | devel/geany-plugin-latex/pkg-plist | 25 |
3 files changed, 42 insertions, 0 deletions
diff --git a/devel/geany-plugin-latex/Makefile b/devel/geany-plugin-latex/Makefile new file mode 100644 index 000000000000..2092d50e6f68 --- /dev/null +++ b/devel/geany-plugin-latex/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= latex +GEANY_PLUGIN_DIR= geanylatex + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include <bsd.port.mk> diff --git a/devel/geany-plugin-latex/pkg-descr b/devel/geany-plugin-latex/pkg-descr new file mode 100644 index 000000000000..c2fe59fcda51 --- /dev/null +++ b/devel/geany-plugin-latex/pkg-descr @@ -0,0 +1,3 @@ +GeanyLaTeX is a plugin for Geany IDE to improve work with LaTeX. + +WWW: http://plugins.geany.org/geanylatex.html diff --git a/devel/geany-plugin-latex/pkg-plist b/devel/geany-plugin-latex/pkg-plist new file mode 100644 index 000000000000..e7df97c10071 --- /dev/null +++ b/devel/geany-plugin-latex/pkg-plist @@ -0,0 +1,25 @@ +lib/geany/geanylatex.a +lib/geany/geanylatex.la +lib/geany/geanylatex.so +%%DOCSDIR%%/bibtex_reference.png +%%DOCSDIR%%/geanylatex.css +%%DOCSDIR%%/geanylatex.html +%%DOCSDIR%%/geanylatex.pdf +%%DOCSDIR%%/geanylatex.tex +%%DOCSDIR%%/geanylatex/AUTHORS +%%DOCSDIR%%/geanylatex/COPYING +%%DOCSDIR%%/geanylatex/ChangeLog +%%DOCSDIR%%/geanylatex/NEWS +%%DOCSDIR%%/geanylatex/README +%%DOCSDIR%%/geanylatex2.html +%%DOCSDIR%%/geanylatex3.html +%%DOCSDIR%%/geanylatex4.html +%%DOCSDIR%%/insert_environment.png +%%DOCSDIR%%/insert_label.png +%%DOCSDIR%%/insert_reference.png +%%DOCSDIR%%/insert_usepackage.png +%%DOCSDIR%%/latexwizard.png +%%DOCSDIR%%/plugin_manager.png +%%DOCSDIR%%/toolbar.png +@dirrm %%DOCSDIR%%/geanylatex +@dirrmtry %%DOCSDIR%% |