ports/devel/R-cran-fontawesome/Makefile
TAKATSU Tomonari 3507424d8c devel/R-cran-fontawesome: Add new port
Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'
documents and 'Shiny' apps. These icons can be inserted into HTML
content through inline 'SVG' tags or 'i' tags. There is also a
utility function for exporting 'Font Awesome' icons as 'PNG' images
for those situations where raster graphics are needed.

WWW: https://cran.r-project.org/web/packages/fontawesome/
2021-09-25 07:04:52 +00:00

18 lines
406 B
Makefile

PORTNAME= fontawesome
PORTVERSION= 0.2.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Easily Work with 'Font Awesome' Icons
LICENSE= MIT
CRAN_DEPENDS= R-cran-rlang>=0.4.10:devel/R-cran-rlang \
R-cran-htmltools>=0.5.1.1:textproc/R-cran-htmltools
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>