aboutsummaryrefslogtreecommitdiffstats
path: root/print/texlive-full/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/texlive-full/Makefile')
-rw-r--r--print/texlive-full/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/print/texlive-full/Makefile b/print/texlive-full/Makefile
new file mode 100644
index 000000000000..83511a780a97
--- /dev/null
+++ b/print/texlive-full/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= texlive
+DISTVERSION= 20120701
+CATEGORIES= print
+MASTER_SITES= #empty
+PKGNAMESUFFIX= -full
+DISTFILES= #empty
+EXTRACT_ONLY= #empty
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= TeX Live, Full Version
+
+USE_TEX= texlive texhash
+NO_BUILD= yes
+
+do-install:
+ @${DO_NADA}
+
+.include <bsd.port.mk>