Lines 15-22
Link Here
|
15 |
LICENSE_COMB= multi |
15 |
LICENSE_COMB= multi |
16 |
|
16 |
|
17 |
BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ |
17 |
BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ |
18 |
${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils \ |
18 |
${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils |
19 |
texi2html:${PORTSDIR}/textproc/texi2html |
|
|
20 |
|
19 |
|
21 |
HAS_CONFIGURE= yes |
20 |
HAS_CONFIGURE= yes |
22 |
CONFIGURE_LOG= config.err |
21 |
CONFIGURE_LOG= config.err |
Lines 268-276
Link Here
|
268 |
DOC_FILES= Changelog CREDITS INSTALL.md LICENSE.md MAINTAINERS \ |
267 |
DOC_FILES= Changelog CREDITS INSTALL.md LICENSE.md MAINTAINERS \ |
269 |
README.md RELEASE_NOTES |
268 |
README.md RELEASE_NOTES |
270 |
# under doc subdirectory |
269 |
# under doc subdirectory |
271 |
DOC_DOCFILES= APIchanges *.txt *.html |
270 |
DOC_DOCFILES= APIchanges *.txt |
272 |
PORTDOCS= * |
271 |
PORTDOCS= * |
273 |
|
272 |
|
|
|
273 |
.if ${PORT_OPTIONS:MDOCS} |
274 |
DOC_DOCFILES+= *.html |
275 |
BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html |
276 |
.endif |
277 |
|
274 |
.if ${PORT_OPTIONS:MDEBUG} |
278 |
.if ${PORT_OPTIONS:MDEBUG} |
275 |
CONFIGURE_ARGS+= --disable-stripping |
279 |
CONFIGURE_ARGS+= --disable-stripping |
276 |
.else |
280 |
.else |