pkgsrc/print/tex-lipsum/Makefile
markd ffbe2c0bf5 tex-lipsum{,-doc}: update to 2.2
- Uses \par instead of \tex_par:D to avoid incompatibilities with
LaTeX2e's list-environment
- Defines an interface to implement other texts than "Lorem ipsum..."
without re-coding the logic used by lipsum
- Ships with a second text, "De finibus", a speech by Cicero, which
inspired the Lorem ipsum dummy text. This text is true latin
and is properly hyphenated by, for example, babel.sty with language latin.
2019-01-29 19:47:39 +00:00

15 lines
400 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/01/29 19:47:39 markd Exp $
DISTNAME= lipsum
PKGNAME= tex-${DISTNAME}-2.2
TEXLIVE_REV= 49610
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/lipsum
COMMENT= Easy access to the Lorem Ipsum dummy text
LICENSE= lppl-1.3c
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"