aboutsummaryrefslogtreecommitdiffstats
path: root/print/tex-formats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-formats/Makefile')
-rw-r--r--print/tex-formats/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile
new file mode 100644
index 000000000000..717a1c2275fa
--- /dev/null
+++ b/print/tex-formats/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= formats
+PORTVERSION= 20120701
+CATEGORIES= print
+MASTER_SITES= #empty
+PKGNAMEPREFIX= tex-
+DISTFILES= #empty
+EXTRACT_ONLY= #empty
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= Formats for Basic TeX Engines
+
+NO_BUILD= yes
+USE_TEX= web2c kpathsea texmf texhash fmtutil
+TEXHASHDIRS= ${TEXMFVARDIR}
+TEX_FORMATS= amstex context cslatex eplain latex-bin \
+ metafont mex mltex mptopdf pdftex tex texsis
+
+do-install:
+ @${DO_NADA}
+
+.include <bsd.port.mk>