[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / tex-hyphen-greek

Annotation of pkgsrc/print/tex-hyphen-greek/Makefile, Revision 1.1.1.1

1.1       minskim     1: # $NetBSD$
                      2: # TeX Live Revision 11160
                      3:
                      4: DISTNAME=      hyphen-greek
                      5: PKGNAME=       tex-${DISTNAME}-2008.11160
                      6:
                      7: MAINTAINER=    minskim@NetBSD.org
                      8: COMMENT=       Hyphenation patterns for Greek
                      9:
                     10: CONFLICTS+=    teTeX-texmf<=3.0nb12
                     11: DEPENDS+=      tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
                     12:
                     13: TEX_HYPHEN_DAT+=       monogreek loadhyph-el-monoton.tex
                     14: TEX_HYPHEN_DAT+=       greek loadhyph-el-polyton.tex
                     15: TEX_HYPHEN_DAT+=       = polygreek
                     16: TEX_HYPHEN_DEF+=       \addlanguage{monogreek}{loadhyph-el-monoton.tex}{}{1}{1}
                     17: TEX_HYPHEN_DEF+=       \addlanguage{greek}{loadhyph-el-polyton.tex}{}{1}{1}
                     18: TEX_HYPHEN_DEF+=       \addlanguage{polygreek}{loadhyph-el-polyton.tex}{}{1}{1}
                     19:
                     20: .include "../../print/texlive/module.mk"
                     21: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>