899e758b9e
Remove unused files
26 lines
732 B
Makefile
26 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/08/04 20:53:07 markd Exp $
|
|
|
|
DISTNAME= hyphen-swedish
|
|
PKGNAME= tex-${DISTNAME}-2019.51186
|
|
TEXLIVE_REV= 51186
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Hyphenation patterns for Swedish
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
|
|
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
|
|
|
|
TEX_HYPHEN_DAT+= swedish loadhyph-sv.tex
|
|
TEX_HYPHEN_DEF+= \\addlanguage{swedish}{loadhyph-sv.tex}{}{2}{2}
|
|
TEX_HYPHEN_LUA+= ['swedish']={ \
|
|
loader='loadhyph-sv.tex', \
|
|
lefthyphenmin=2, \
|
|
righthyphenmin=2, \
|
|
synonyms={}, \
|
|
patterns='hyph-sv.pat.txt', \
|
|
hyphenation='', \
|
|
},
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|