1e13dab04f
Defines a macro \path|...|, similar to the LaTeX \verb|...|, that sets the text in typewriter font and allows hyphen-less breaks at punctuation characters. The set of characters to be regarded as punctuation may be changed from the package's default.
13 lines
306 B
Makefile
13 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/09/24 16:14:55 minskim Exp $
|
|
|
|
DISTNAME= path
|
|
PKGNAME= tex-${DISTNAME}-3.03b
|
|
TEXLIVE_REV= 19866
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= LaTeX package to typeset paths
|
|
|
|
CONFLICTS+= tex-ltxmisc<2010
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|