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

Annotation of pkgsrc/print/tex-dehyph-exptl/Makefile, Revision 1.3

1.3     ! minskim     1: # $NetBSD: Makefile,v 1.2 2010/05/23 10:01:50 minskim Exp $
1.1       minskim     2:
                      3: DISTNAME=      dehyph-exptl
1.2       minskim     4: PKGNAME=       tex-${DISTNAME}-0.20
1.3     ! minskim     5: PKGREVISION=   1
        !             6: TEXLIVE_REV=   18640
1.1       minskim     7:
                      8: MAINTAINER=    minskim@NetBSD.org
                      9: COMMENT=       Experimental hyphenation patterns for the German language
                     10:
                     11: CONFLICTS+=    teTeX-texmf<=3.0nb12
                     12:
1.2       minskim    13: TEX_HYPHEN_DAT+=       german-x-2009-06-19 dehypht-x-2009-06-19.tex
1.1       minskim    14: TEX_HYPHEN_DAT+=       = german-x-latest
1.2       minskim    15: TEX_HYPHEN_DAT+=       ngerman-x-2009-06-19 dehyphn-x-2009-06-19.tex
1.1       minskim    16: TEX_HYPHEN_DAT+=       = ngerman-x-latest
1.2       minskim    17: TEX_HYPHEN_DEF+=       \addlanguage{german-x-2009-06-19}{dehypht-x-2009-06-19.tex}{}{2}{2}
                     18: TEX_HYPHEN_DEF+=       \addlanguage{german-x-latest}{dehypht-x-2009-06-19.tex}{}{2}{2}
                     19: TEX_HYPHEN_DEF+=       \addlanguage{ngerman-x-2009-06-19}{dehyphn-x-2009-06-19.tex}{}{2}{2}
                     20: TEX_HYPHEN_DEF+=       \addlanguage{ngerman-x-latest}{dehyphn-x-2009-06-19.tex}{}{2}{2}
1.3     ! minskim    21: TEX_HYPHEN_LUA+=       ['german-x-2009-06-19']={ \
        !            22:                        \\tloader='dehypht-x-2009-06-19.tex', \
        !            23:                        \\tlefthyphenmin=2, \
        !            24:                        \\trighthyphenmin=2, \
        !            25:                        \\tsynonyms={'german-x-latest',}, \
        !            26:                        \\tpatterns='hyph-de-1901.pat.txt', \
        !            27:                        \\thyphenation='hyph-de-1901.hyp.txt', \
        !            28:                        },
        !            29: TEX_HYPHEN_LUA+=       ['ngerman-x-2009-06-19']={ \
        !            30:                        \\tloader='dehyphn-x-2009-06-19.tex', \
        !            31:                        \\tlefthyphenmin=2, \
        !            32:                        \\trighthyphenmin=2, \
        !            33:                        \\tsynonyms={'ngerman-x-latest',}, \
        !            34:                        \\tpatterns='hyph-de-1996.pat.txt', \
        !            35:                        \\thyphenation='hyph-de-1996.hyp.txt', \
        !            36:                        },
1.1       minskim    37:
1.2       minskim    38: .include "../../print/texlive/package.mk"
1.1       minskim    39: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>