pkgsrc/print/tex-soul/Makefile
minskim 410d282fe9 Import tex-soul-2.4 as print/tex-soul.
Provides hyphenatable spacing out (letterspacing), underlining, striking
out, etc., using the TeX hyphenation algorithm to find the proper
hyphens automatically. The package also provides a mechanism that can be
used to implement similar tasks, that have to treat text syllable by
syllable. This is shown in two examples. The package itself does not
support UTF-8 input in ordinary (PDF)LaTeX; some UTF-8 support is
offered by package soulutf8.
2011-03-17 18:08:51 +00:00

14 lines
386 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/03/17 18:08:51 minskim Exp $
DISTNAME= soul
PKGNAME= tex-${DISTNAME}-2.4
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation for letterspacing, underlining, and more
CONFLICTS= teTeX-texmf<=3.0nb29
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"