7feb2fc96d
Bug fixes ‣ Fix passing of macros to \setmainlanguage and \setotherlanguage. ‣ Fix otherlanguage* environment with bidi text. ‣ Re-fix patching of French part headings with hyperref. ‣ Fix Latin prosodic shorthand issues. New features ‣ New option transliteration to Hebrew and hebrewcal. ‣ New option fullyear to Hebrew.
21 lines
760 B
Makefile
21 lines
760 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/09/01 04:59:09 markd Exp $
|
|
|
|
DISTNAME= polyglossia
|
|
PKGNAME= tex-${DISTNAME}-1.57
|
|
TEXLIVE_REV= 63931
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/polyglossia
|
|
COMMENT= An alternative to babel for XeLaTeX and LuaLaTeX
|
|
LICENSE= mit AND lppl-1.3c AND cc0-1.0-universal
|
|
|
|
DEPENDS+= tex-etoolbox>=2.1d:../../devel/tex-etoolbox
|
|
DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook
|
|
DEPENDS+= tex-fontspec>=2.4c:../../fonts/tex-fontspec
|
|
DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex
|
|
DEPENDS+= tex-makecmds-[0-9]*:../../print/tex-makecmds
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
DEPENDS+= xetex>=0.9995.3nb1:../../print/xetex
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|