diff options
author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-12-10 10:54:20 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-12-10 10:57:32 +0000 |
commit | fc8a32e96a7a72096ed30d4abf0a0aa7b425c1c5 (patch) | |
tree | fe360d1a9a48629b53da5735ac8a0d051118598e /textproc/docproj/Makefile | |
parent | cdfa5a2d3a9f55f5e95741a47777c97e6ac028a7 (diff) |
textproc/docproj: Add traditional chinese fonts to docproj metaport
Approved by: dbaio@
Differential Revision: https://reviews.freebsd.org/D37623
Diffstat (limited to 'textproc/docproj/Makefile')
-rw-r--r-- | textproc/docproj/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 6a58a2c5f15d..2ffa5a43a85d 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -1,5 +1,5 @@ PORTNAME= docproj -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.4 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -12,17 +12,19 @@ RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ USES= metaport -OPTIONS_DEFINE= EPUB GIT IGOR PDF TRANSLATOR VALE -OPTIONS_DEFAULT= GIT IGOR PDF TRANSLATOR VALE +OPTIONS_DEFINE= EPUB GIT IGOR NOTO-TC PDF TRANSLATOR VALE +OPTIONS_DEFAULT= GIT IGOR NOTO-TC PDF TRANSLATOR VALE EPUB_DESC= EPUB document support IGOR_DESC= Igor automated proofreader for documentation +NOTO-TC_DESC= Google Noto Fonts family (Traditional Chinese) TRANSLATOR_DESC= Tools for translators VALE_DESC= VALE Linting support EPUB_RUN_DEPENDS= asciidoctor-epub3:textproc/rubygem-asciidoctor-epub3 GIT_RUN_DEPENDS= git:devel/git IGOR_RUN_DEPENDS= igor:textproc/igor +NOTO-TC_RUN_DEPENDS= noto-tc>0:x11-fonts/noto-tc PDF_RUN_DEPENDS= asciidoctor-pdf:textproc/rubygem-asciidoctor-pdf TRANSLATOR_RUN_DEPENDS= po4a>=0.67:textproc/po4a VALE_RUN_DEPENDS= vale>0:textproc/vale |