pkgsrc/print/tex-microtype/Makefile
minskim 3e1ce52218 Import tex-microtype-2.3c as print/tex-microtype.
The package provides a LaTeX interface to pdfTeX's micro-typographic
extensions: character protrusion and font expansion.  The package allows
you to restrict character protrusion and/or font expansion to a certain
set of fonts, or to certain parts of the document (for example, based on
selected language), and to configure micro-typographic aspects of the
fonts in a straight-forward and flexible way.  Settings for various fonts
are provided.  The bundle also provides a letterspace package; this
improves on the alternatives (letterspacing and soul), and also provides
a means of protecting ligatures--notably those in fraktur fonts.
2009-07-09 23:04:33 +00:00

15 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/07/09 23:04:33 minskim Exp $
# TeX Live Revision 12566
DISTNAME= microtype
PKGNAME= tex-${DISTNAME}-2.3c
MAINTAINER= minskim@NetBSD.org
COMMENT= Interface to the micro-typographic features of pdfTeX
CONFLICTS+= teTeX-texmf<=3.0nb17
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-pdftex>=1.30:../../print/tex-pdftex
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"