pkgsrc/print/R-tinytex/Makefile
mef 38f0773130 print/R-tinytex: import R-tinytex-0.18
Helper functions to install and maintain the 'LaTeX' distribution
named 'TinyTeX' (<https://yihui.org/tinytex/>), a lightweight,
cross-platform, portable, and easy-to-maintain version of 'TeX Live'.
This package also contains helper functions to compile 'LaTeX'
documents, and install missing 'LaTeX' packages automatically.
2020-01-13 10:07:38 +00:00

16 lines
394 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/13 10:07:38 mef Exp $
R_PKGNAME= tinytex
R_PKGVER= 0.18
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Helper Func. to Install & Maintain 'TeX Live' & Compile 'LaTeX' Docs
LICENSE= mit # + file LICENSE
DEPENDS+= R-xfun>=0.5:../../devel/R-xfun
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"