aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-01-25 12:35:49 +0800
committergjb <gjb@FreeBSD.org>2013-01-25 12:35:49 +0800
commit5f6b608147d6cb7f11cebc32d9362e35d6e1e5c5 (patch)
tree873f606754f1fc57173d0b2d849f4fd42569a036 /textproc
parent8c92c0c764c130d416963f06b30cce7914dacf39 (diff)
downloadfreebsd-ports-gnome-5f6b608147d6cb7f11cebc32d9362e35d6e1e5c5.tar.gz
freebsd-ports-gnome-5f6b608147d6cb7f11cebc32d9362e35d6e1e5c5.tar.zst
freebsd-ports-gnome-5f6b608147d6cb7f11cebc32d9362e35d6e1e5c5.zip
Add textproc/igor as configuration option.
PR: ports/175555 Submitted by: wblock
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docproj/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index e158a295df05..8f4cb73cd6e7 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -37,12 +37,13 @@ RUN_DEPENDS= fixrtf:${PORTSDIR}/textproc/fixrtf \
${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \
p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser
-OPTIONS_DEFINE= JADETEX OPENJADE CJK SVN
+OPTIONS_DEFINE= JADETEX OPENJADE CJK SVN IGOR
JADETEX_DESC= Support building additional document formats (PDF)
OPENJADE_DESC= Install textproc/openjade instead of textproc/jade
CJK_DESC= CJK (Simplified Chinese Language) support
SVN_DESC= Subversion support (required to check out sources)
-OPTIONS_DEFAULT= OPENJADE CJK SVN
+IGOR_DESC= Igor automated proofreader for documentation
+OPTIONS_DEFAULT= OPENJADE CJK SVN IGOR
.if !defined(WITHOUT_JADETEX) || defined(PACKAGE_BUILDING)
OPTIONS_DEFAULT+= JADETEX
@@ -63,6 +64,10 @@ RUN_DEPENDS+= jade:${PORTSDIR}/textproc/jade
RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
.endif
+.if ${PORT_OPTIONS:MIGOR}
+RUN_DEPENDS+= igor:${PORTSDIR}/textproc/igor
+.endif
+
.if ${PORT_OPTIONS:MJADETEX}
RUN_DEPENDS+= ${LOCALBASE}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex
RUN_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex