ffdb67aee0
Clean the current port for people just building the new documentation with Hugo/Asciidoctor. Keep the old dependencies list on a new port textproc/docproj-legacy. Reviewed by: hrs Approved by: doceng (with hat) Differential Revision: https://reviews.freebsd.org/D31019
25 lines
679 B
Makefile
25 lines
679 B
Makefile
PORTNAME= docproj
|
|
PORTVERSION= 4.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
COMMENT= Meta-port for the FreeBSD Documentation Project
|
|
|
|
RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
|
|
hugo:www/gohugo \
|
|
rougify:textproc/rubygem-rouge \
|
|
|
|
USES= metaport python:3.6+,run
|
|
|
|
OPTIONS_DEFINE= GIT IGOR PDF TRANSLATOR
|
|
OPTIONS_DEFAULT= GIT IGOR PDF TRANSLATOR
|
|
|
|
IGOR_DESC= Igor automated proofreader for documentation
|
|
TRANSLATOR_DESC= Tools for translators
|
|
|
|
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.63_1:textproc/po4a
|
|
|
|
.include <bsd.port.mk>
|