ports/textproc/R-cran-tth/Makefile
Zsolt Udvari b1ee3a5e31 textproc/R-cran-tth: update to 4.16-0
Add compiler:c++17-lang to USES.
Changelog: https://cran.r-project.org/web/packages/tth/news/news.html

Approved by:	bofh (implicit), diizz (implicit)
2024-06-02 20:45:59 +02:00

18 lines
474 B
Makefile

PORTNAME= tth
DISTVERSION= 4.16-0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= R wrappers for the tth/ttm TeX-to-HTML/MathML translators
WWW= https://cran.r-project.org/web/packages/tth/
LICENSE= GPLv2
USES= compiler:c++17-lang cran:auto-plist,compiles
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/tth/libs/tth
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/tth/libs/ttm
.include <bsd.port.mk>