mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
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)
18 lines
474 B
Makefile
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>
|