summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-ancientgreek/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-04-15 07:13:08 +0000
committerminskim <minskim@pkgsrc.org>2009-04-15 07:13:08 +0000
commite122bddc3f1fd0e65dbe3f95b8f9392811d35b35 (patch)
treef1d5c9757c37ac12b707dae2cec95bcaceb84e3a /print/tex-hyphen-ancientgreek/Makefile
parent76b798edbe07f0fdd320ede2a10e9abf797c8f05 (diff)
downloadpkgsrc-e122bddc3f1fd0e65dbe3f95b8f9392811d35b35.tar.gz
Import tex-hyphen-ancientgreek-2008.9400 as print/tex-hyphen-ancientgreek.
This package provides TeX hyphenation patterns for ancient Greek.
Diffstat (limited to 'print/tex-hyphen-ancientgreek/Makefile')
-rw-r--r--print/tex-hyphen-ancientgreek/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/print/tex-hyphen-ancientgreek/Makefile b/print/tex-hyphen-ancientgreek/Makefile
new file mode 100644
index 00000000000..3a018dd3d86
--- /dev/null
+++ b/print/tex-hyphen-ancientgreek/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 07:13:08 minskim Exp $
+# TeX Live Revision 9400
+
+DISTNAME= hyphen-ancientgreek
+PKGNAME= tex-${DISTNAME}-2008.9400
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Hyphenation patterns for ancient Greek
+
+CONFLICTS+= teTeX-texmf<=3.0nb12
+DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+
+TEX_HYPHEN_DAT+= ancientgreek loadhyph-grc.tex
+TEX_HYPHEN_DAT+= ibycus ibyhyph.tex
+TEX_HYPHEN_DEF+= \addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}
+TEX_HYPHEN_DEF+= \addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"