summaryrefslogtreecommitdiff
path: root/print/R-tinytex/Makefile
blob: 7ed51aca53a8e62d73d1384199d5fc3dd518f50b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.2 2021/05/31 23:43:29 mef Exp $

R_PKGNAME=	tinytex
R_PKGVER=	0.31
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"