summaryrefslogtreecommitdiff
path: root/math/R-cran-mathjaxr/Makefile
blob: 46e47220b74d558a0fcf994b4fd5d897142de894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	mathjaxr
DISTVERSION=	1.8-0
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Using 'Mathjax' in Rd Files
WWW=		https://cran.r-project.org/web/packages/mathjaxr/

LICENSE=	GPLv3+

USES=		cran:auto-plist,compiles

post-install:
	${ECHO} "@dir lib/R/library/mathjaxr/libs" >>${TMPPLIST}

.include <bsd.port.mk>