diff options
Diffstat (limited to 'meta-pkgs/texlive-collection-langarabic/Makefile')
-rw-r--r-- | meta-pkgs/texlive-collection-langarabic/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-pkgs/texlive-collection-langarabic/Makefile b/meta-pkgs/texlive-collection-langarabic/Makefile new file mode 100644 index 00000000000..c4e9f05bb4d --- /dev/null +++ b/meta-pkgs/texlive-collection-langarabic/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:43 markd Exp $ + +DISTNAME= collection-langarabic +PKGNAME= texlive-${DISTNAME}-2014pre1 +CATEGORIES= meta-pkgs +MASTER_SITES= # empty +TEXLIVE_REV= 35139 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= Arabic TeX packages + +DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic + +# depend amiri +DEPENDS+= tex-arabi-[0-9]*:../../print/tex-arabi +DEPENDS+= tex-arabtex-[0-9]*:../../print/tex-arabtex +# depend bidi +# depend dad +# depend ghab +DEPENDS+= tex-hyphen-arabic-[0-9]*:../../print/tex-hyphen-arabic +DEPENDS+= tex-hyphen-farsi-[0-9]*:../../print/tex-hyphen-farsi +# depend imsproc +# depend lshort-persian +# depend persian-bib +# depend simurgh +# depend tram + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk" |