aboutsummaryrefslogtreecommitdiffstats
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
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
-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
339145'>- Update to 0.096wen2018-05-242-4/+4 * Update to 0.095sunpoet2018-05-102-4/+4 * Update to 0.094sunpoet2018-04-292-4/+4 * Update to 0.093sunpoet2018-04-062-4/+4 * - Update to 0.091wen2018-03-112-4/+4 * - Update to 0.090wen2018-02-232-4/+4 * Update to 0.089sunpoet2018-02-032-4/+4 * Update to 0.088sunpoet2018-01-172-4/+4 * Update to 0.087sunpoet2018-01-012-4/+4 * Update to 0.086sunpoet2017-12-112-4/+4 * Update to 0.085sunpoet2017-12-042-4/+4 * Update to 0.084sunpoet2017-10-132-4/+4 * Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1 * Update to 0.083sunpoet2017-09-152-4/+4 * - Update to 0.082wen2017-06-152-4/+4 * Update to 0.081sunpoet2017-05-272-4/+4 * Update to 0.079sunpoet2017-04-272-5/+4 * Remove optional dependency on expired misc/p5-Geo-Coder-Geocoder-USsunpoet2017-03-131-4/+3 * Update to 0.078sunpoet2017-02-112-4/+4 * - Sort PLISTsunpoet2016-12-041-1/+1 * - Update yo 0.077wen2016-12-042-4/+4 * - Update to 0.076wen2016-11-072-4/+4 * - Update to 0.074wen2016-09-062-4/+4 * - Update to 0.073wen2016-08-082-4/+4 * - Update to 0.072wen2016-07-042-3/+4 * Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-7/+7 * - Update to 0.071wen2016-01-122-3/+3 * Make it so that the default Perl is always called perl5.mat2015-09-141-1/+1 * - Update to 0.070wen2015-06-282-3/+3 * Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. Theadamw2015-06-24