mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
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/
18 lines
406 B
Makefile
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>
|