pkgsrc/print/tex-printlen/Makefile
minskim 4d65b7a152 Import tex-printlen-1.1a as print/tex-printlen.
\printlength{length} prints the value of a LaTeX length in the units
specified by \uselengthunit{unit} ('unit' may be any TeX length unit
except for scaled point, viz., any of: pt, pc, in, mm, cm, bp, dd or
cc).  When the unit is pt, the printed length value will include any
stretch or shrink; otherwise these are not printed.  The 'unit'
argument may also be PT, in which case length values will be printed
in point units but without any stretch or shrink values.
2010-04-29 22:42:23 +00:00

13 lines
321 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/04/29 22:42:23 minskim Exp $
# TeX Live Revision 15878
DISTNAME= printlen
PKGNAME= tex-${DISTNAME}-1.1a
MAINTAINER= minskim@NetBSD.org
COMMENT= Print lengths using specified units
CONFLICTS+= tex-ltxmisc<2009
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"