summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-friulan/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2015-05-16 02:51:22 +0000
committermarkd <markd>2015-05-16 02:51:22 +0000
commitf2904c0ec4c87e9ce06ac1096b40d5e4a1060229 (patch)
tree64d8b634c9bd967d0cc5001286f4fbc5cdf5f59f /print/tex-hyphen-friulan/Makefile
parentc3d641effd7a21130f1e95e258a8cbc1c9237dcb (diff)
downloadpkgsrc-f2904c0ec4c87e9ce06ac1096b40d5e4a1060229.tar.gz
Adding more tex hyphenation packages.
Diffstat (limited to 'print/tex-hyphen-friulan/Makefile')
-rw-r--r--print/tex-hyphen-friulan/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-hyphen-friulan/Makefile b/print/tex-hyphen-friulan/Makefile
new file mode 100644
index 00000000000..f8390667655
--- /dev/null
+++ b/print/tex-hyphen-friulan/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2015/05/16 02:51:23 markd Exp $
+
+DISTNAME= hyphen-friulan
+PKGNAME= tex-${DISTNAME}-2014
+TEXLIVE_REV= 26595
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Friulan hyphenation patterns
+
+DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+= friulan loadhyph-fur.tex
+TEX_HYPHEN_DEF+= \\addlanguage{friulan}{loadhyph-fur.tex}{}{2}{2}
+TEX_HYPHEN_LUA+= ['friulan']={ \
+ loader='loadhyph-fur.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-fur.pat.txt', \
+ hyphenation='', \
+ },
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"