- Rename DOCS option to DOXYGEN and turn it off by default, restoring pre-OptionsNG status quo

- Shorten GOST option description, to fit in old dialog's line restrictions on 8.x
- Use standard EXAMPLES/DOXYGEN descriptions
- Remove quotes from option descriptions

Approved by:	Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
Feature safe:	yes
This commit is contained in:
Alex Kozlov 2012-11-08 17:57:59 +00:00
parent 6356e87d3c
commit 69ba8747de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307192

View file

@ -3,6 +3,7 @@
PORTNAME= ldns PORTNAME= ldns
PORTVERSION= 1.6.15 PORTVERSION= 1.6.15
PORTREVISION= 1
CATEGORIES= dns CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \
CRITICAL CRITICAL
@ -17,12 +18,11 @@ USE_GMAKE= yes
USE_OPENSSL= yes USE_OPENSSL= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS EXAMPLES DRILL GOST PYLDNS OPTIONS_DEFINE= DOXYGEN EXAMPLES DRILL GOST PYLDNS
OPTIONS_DEFAULT= EXAMPLES DRILL OPTIONS_DEFAULT= EXAMPLES DRILL
EXAMPLES_DESC= "With example programs" DRILL_DESC= With drill program
DRILL_DESC= "With drill program" GOST_DESC= GOST signatures enabled, requires openssl >= 1.0.0
GOST_DESC= "GOST signatures enabled (requires openssl >= 1.0.0)"
PYLDNS_DESC= ${PYTHON_DESC} PYLDNS_DESC= ${PYTHON_DESC}
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
@ -34,7 +34,7 @@ USE_PYTHON= yes
ALL_TARGET= all ALL_TARGET= all
INSTALL_TARGET= install-lib install-h install-config INSTALL_TARGET= install-lib install-h install-config
.if ${PORT_OPTIONS:MDOCS} .if ${PORT_OPTIONS:MDOXYGEN}
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
ALL_TARGET+= doc ALL_TARGET+= doc
INSTALL_TARGET+=install-manpages INSTALL_TARGET+=install-manpages