pkgsrc/print/tex-ulem/Makefile
minskim 1acf7b1a71 Import tex-ulem-2009 as print/tex-ulem.
The package provides an \ul (underline) command will break over line
ends; this technique may be used to replace \em (both in that form and
as the \emph command), so as to make output look as if it comes from a
typewriter.  The package also offers double and wavy underlining, and
striking out (line through words) and crossing out (/// over words).
Documentation is to be found in the package file itself.
2010-04-29 22:53:45 +00:00

13 lines
305 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/04/29 22:53:45 minskim Exp $
# TeX Live Revision 16866
DISTNAME= ulem
PKGNAME= tex-${DISTNAME}-2009
MAINTAINER= minskim@NetBSD.org
COMMENT= Package for underlining
CONFLICTS+= tex-ltxmisc<2009
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"