opnsense-ports/print/R-cran-tinytex/Makefile
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

19 lines
361 B
Makefile

# $FreeBSD$
PORTNAME= tinytex
DISTVERSION= 0.7
CATEGORIES= print
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Helper functions to maintain LaTeX distribution
LICENSE= MIT
CRAN_DEPENDS= R-cran-xfun>=0.3:misc/R-cran-xfun
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>