91d43b93ef
2.7 ### Changed - Rework language loading mechanism (gh/10). ### Fixed - Hyphenation pattern setting with `polyglossia` (gh/10). 2.6 ### Changed - Minor changes to `lipsum.ins`. 2.5 ### Fixed - Language 'latin' undefined error with LuaTeX (gh/6). ### Changed - Require `babel` for language-specific hyphenation patterns (gh/6). - In case a language is unknown, just warn instead of an error (gh/8). - Use `\par` by default in `par-sep` rather than `par-end` (gh/7).
13 lines
341 B
Makefile
13 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.7 2022/04/14 02:13:20 markd Exp $
|
|
|
|
DISTNAME= lipsum.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2.7
|
|
TEXLIVE_REV= 60561
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/lipsum
|
|
COMMENT= Documentation for tex-lipsum
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|