blob: 28045449520825e54958badedec2279db60ef9b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= docproj
PORTVERSION= 4.1.2
CATEGORIES= textproc
MAINTAINER= doceng@FreeBSD.org
COMMENT= Meta-port for the FreeBSD Documentation Project
WWW= https://www.freebsd.org/docproj
RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
hugo:www/gohugo \
rougify:textproc/rubygem-rouge \
USES= metaport
OPTIONS_DEFINE= EPUB GIT IGOR PDF TRANSLATOR
OPTIONS_DEFAULT= GIT IGOR PDF TRANSLATOR
EPUB_DESC= EPUB document support
IGOR_DESC= Igor automated proofreader for documentation
TRANSLATOR_DESC= Tools for translators
EPUB_RUN_DEPENDS= asciidoctor-epub3:textproc/rubygem-asciidoctor-epub3
GIT_RUN_DEPENDS= git:devel/git
IGOR_RUN_DEPENDS= igor:textproc/igor
PDF_RUN_DEPENDS= asciidoctor-pdf:textproc/rubygem-asciidoctor-pdf
TRANSLATOR_RUN_DEPENDS= po4a>=0.67:textproc/po4a
.include <bsd.port.mk>
|