summaryrefslogtreecommitdiff
path: root/meta-pkgs/texlive-collection-omega
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/texlive-collection-omega')
-rw-r--r--meta-pkgs/texlive-collection-omega/DESCR2
-rw-r--r--meta-pkgs/texlive-collection-omega/Makefile26
2 files changed, 28 insertions, 0 deletions
diff --git a/meta-pkgs/texlive-collection-omega/DESCR b/meta-pkgs/texlive-collection-omega/DESCR
new file mode 100644
index 00000000000..ffcce444b8c
--- /dev/null
+++ b/meta-pkgs/texlive-collection-omega/DESCR
@@ -0,0 +1,2 @@
+Omega, a 16-bit extended TeX by John Plaice and Yannis
+Haralambous, now updated to Aleph.
diff --git a/meta-pkgs/texlive-collection-omega/Makefile b/meta-pkgs/texlive-collection-omega/Makefile
new file mode 100644
index 00000000000..0b6f3f1945d
--- /dev/null
+++ b/meta-pkgs/texlive-collection-omega/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:45 markd Exp $
+
+DISTNAME= collection-omega
+PKGNAME= texlive-${DISTNAME}-2014pre1
+CATEGORIES= meta-pkgs
+MASTER_SITES= # empty
+TEXLIVE_REV= 30388
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.tug.org/texlive/
+COMMENT= Omega packages
+
+DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
+DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
+
+DEPENDS+= tex-aleph-[0-9]*:../../print/tex-aleph
+# depend antomega
+DEPENDS+= tex-lambda-[0-9]*:../../print/tex-lambda
+# depend mxedruli
+DEPENDS+= tex-omega-[0-9]*:../../print/tex-omega
+# depend omegaware
+DEPENDS+= tex-otibet-[0-9]*:../../print/tex-otibet
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.pkg.mk"