aboutsummaryrefslogtreecommitdiffstats
path: root/print/R-cran-tinytex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/R-cran-tinytex/Makefile')
-rw-r--r--print/R-cran-tinytex/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/R-cran-tinytex/Makefile b/print/R-cran-tinytex/Makefile
new file mode 100644
index 000000000000..be72d801a079
--- /dev/null
+++ b/print/R-cran-tinytex/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= tinytex
+DISTVERSION= 0.5
+CATEGORIES= print
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Helper functions to maintain LaTeX distribution
+
+LICENSE= MIT
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>