pkgsrc/graphics/R-latex2exp/Makefile

18 lines
414 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2021/08/28 05:15:33 mef Exp $
R_PKGNAME= latex2exp
R_PKGVER= 0.5.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"