mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tinytex
|
|
DISTVERSION= 0.17
|
|
CATEGORIES= print
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Helper functions to maintain LaTeX distribution
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-xfun>=0.5:misc/R-cran-xfun
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|