c7e9b6e9ce
- Files in share/texmf have been moved to share/texmf-dist.
25 lines
689 B
Makefile
25 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/11/17 17:19:47 minskim Exp $
|
|
|
|
DISTNAME= hyphen-hungarian
|
|
PKGNAME= tex-${DISTNAME}-2013
|
|
TEXLIVE_REV= 29725
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= New Hungarian hyphenation patterns
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb12
|
|
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
|
|
|
|
TEX_HYPHEN_DAT+= hungarian loadhyph-hu.tex
|
|
TEX_HYPHEN_DEF+= \addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}
|
|
TEX_HYPHEN_LUA+= ['hungarian']={ \
|
|
loader='loadhyph-hu.tex', \
|
|
lefthyphenmin=2, \
|
|
righthyphenmin=2, \
|
|
synonyms={}, \
|
|
patterns='hyph-hu.pat.txt', \
|
|
hyphenation='', \
|
|
},
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|