mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add TRANSLATOR option to include include PO translation dependencies.
Sort options as requested by feld@. Reviewed by: feld Approved by: feld Differential Revision: https://reviews.freebsd.org/D3379
This commit is contained in:
parent
c61a5dfbdc
commit
e39d3beaab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395191
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= docproj
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= doceng@FreeBSD.org
|
||||
@ -26,8 +26,8 @@ RUN_DEPENDS= links:${PORTSDIR}/www/links1 \
|
||||
USES= ghostscript:run metaport perl5
|
||||
USE_PERL5= run
|
||||
|
||||
OPTIONS_DEFINE= CJK SVN IGOR FOP JING DBLATEX
|
||||
OPTIONS_DEFAULT= CJK IGOR
|
||||
OPTIONS_DEFINE= DBLATEX CJK FOP IGOR JING SVN TRANSLATOR
|
||||
OPTIONS_DEFAULT= CJK IGOR
|
||||
.if !exists(/usr/bin/svnlite)
|
||||
OPTIONS_DEFAULT+= SVN
|
||||
.endif
|
||||
@ -46,6 +46,8 @@ DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive)
|
||||
DBLATEX_RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \
|
||||
${FONTS}
|
||||
DBLATEX_USE= TEX=xetex
|
||||
TRANSLATOR_DESC= Tools for translators
|
||||
TRANSLATOR_RUN_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
||||
|
||||
FONTS= ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-R.ttf:${PORTSDIR}/x11-fonts/gentium-plus \
|
||||
${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:${PORTSDIR}/x11-fonts/droid-fonts-ttf \
|
||||
|
Loading…
Reference in New Issue
Block a user