pkgsrc/print/tex-hardwrap/Makefile
markd 600c402262 tex-hardwrap{,-doc}: Add version 0.2
The package facilitates wrapping text to a specific character
width, breaking lines by words rather than, as done by TeX, by
characters. The primary use for these facilities is to aid the
generation of messages sent to the log file or console output
to display messages to the user. Package authors may also find
this useful when writing out arbitary text to an external file.
2022-04-18 03:15:08 +00:00

13 lines
350 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/04/18 03:15:08 markd Exp $
DISTNAME= hardwrap
PKGNAME= tex-${DISTNAME}-0.2
TEXLIVE_REV= 21396
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/hardwrap
COMMENT= Hard wrap text to a certain character length
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"