pkgsrc/print/tex-hyphenat/Makefile
minskim 7ef3d9affe Import tex-hyphenat-2.3c as print/tex-hyphenat.
This package can disable all hyphenation or enable hyphenation of
non-alphabetics or monospaced fonts. The package can also enable
hyphenation within 'words' that contain non-alphabetic characters (e.g.,
that include underscores), and hyphenation of text typeset in monospaced
(e.g., cmtt) fonts.
2011-02-07 00:42:11 +00:00

14 lines
372 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/02/07 00:42:11 minskim Exp $
DISTNAME= hyphenat
PKGNAME= tex-${DISTNAME}-2.3c
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Disable/enable hypenation in LaTeX
CONFLICT= teTeX-texmf<=3.0nb29
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"