audio/libsidplayfp: switch to dynamic plist for PORTDOCS.

Use PORTDOCS=* instead of detecting combinations of clang/doxygen because
clang13+ force doxygen to generate different list of files due to namespaces
This commit is contained in:
Dima Panov 2022-02-03 12:58:15 +03:00
parent 488f2c5fb8
commit c59ef50bb0
2 changed files with 4 additions and 1160 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= libsidplayfp
DISTVERSION= 2.3.1
PORTREVISON= 1
CATEGORIES= audio
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
@ -28,7 +29,8 @@ PLIST_SUB+= SIDPLAYFP_SHLIB_VER=${SIDPLAYFP_SHLIB_VERSION:C/\.[[:digit:].]+//} \
STILVIEW_SHLIB_VER=${STILVIEW_SHLIB_VERSION:C/\.[[:digit:].]+//} \
STILVIEW_SHLIB_VERSION=${STILVIEW_SHLIB_VERSION}
PORTDOCS= NEWS README TODO
PORTDOCS1= NEWS README TODO
PORTDOCS= *
OPTIONS_DEFINE= DEBUG DOCS DOXYGEN
OPTIONS_SUB= yes
@ -56,7 +58,7 @@ post-build-DOXYGEN-on:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS1:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
post-install-DOXYGEN-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html

File diff suppressed because it is too large Load diff