mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
18 lines
377 B
Makefile
18 lines
377 B
Makefile
PORTNAME= mathjaxr
|
|
DISTVERSION= 1.6-0
|
|
PORTREVISION= 1
|
|
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>
|