A collection of verbatim facilities that provide line-numbered verbatim, verbatim that obey's TAB characters, verbatim input and verbatim output to file. The package makes use of the LaTeX required verbatim package. The package formed from a series of small pieces, and is somewhat unstructured. The user who looks for thought-through verbatim facilities is advised to consider using the fancyvrb package in place of moreverb.
14 lines
353 B
Makefile
14 lines
353 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/09 23:08:52 minskim Exp $
|
|
# TeX Live Revision 8554
|
|
|
|
DISTNAME= moreverb
|
|
PKGNAME= tex-${DISTNAME}-2.3
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Extended verbatim
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb17
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|