summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-01-25 04:35:49 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-01-25 04:35:49 +0000
commitdd65a4e8e6432e6e8987deb09f475f3c8b4c5dc2 (patch)
tree873f606754f1fc57173d0b2d849f4fd42569a036 /textproc
parent- Update to 3.12.0 (diff)
Add textproc/igor as configuration option.
PR: ports/175555 Submitted by: wblock
Notes
Notes: svn path=/head/; revision=310959
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