pkgsrc/graphics/R-latex2exp/Makefile
brook dee8bc8916 R-latex2exp: initial commit.
Parses and converts LaTeX math formulas to R's plotmath expressions,
used to enter mathematical formulas and symbols to be rendered as
text, axis labels, etc. throughout R's plotting system.
2019-08-09 15:20:31 +00:00

17 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/09 15:20:31 brook Exp $
R_PKGNAME= latex2exp
R_PKGVER= 0.4.0
CATEGORIES= graphics textproc
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Use LaTeX expressions in plots
LICENSE= mit
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"