textproc/libe-book

Sid sid at bsdmail.com
Thu Jun 21 16:46:17 UTC 2018


Suggested edit to textproc/libe-book/Makefile. Makefiles from other ports distinguish between common documentation and Doxygen.

Adding the options

OPTIONS_SET=DOXYGEN DOCS # option of DOXYGEN or DOCS
# or
OPTIONS_UNSET=DOXYGEN DOCS # option of DOXYGEN or DOCS

to make.conf allow the difference between DOXYGEN and common DOCS to be set automatically, considering the Makefile distinguishes between the two types of documentations.


19c19
< OPTIONS_DEFINE= DOCS
---
> OPTIONS_DEFINE= DOXYGEN
31,32c31,32
< DOCS_BUILD_DEPENDS= doxygen:devel/doxygen
< DOCS_CONFIGURE_OFF= --without-docs
---
> DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
> DOXYGEN_CONFIGURE_OFF= --without-doxygen


The arguments above are common with other Makefiles.


More information about the freebsd-office mailing list