blob: 824295843b66b1a80ce775ea465fe97bbc98a3a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.5 2020/01/18 23:34:42 rillig Exp $
DISTNAME= presentations-en.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2014
PKGREVISION= 1
TEXLIVE_REV= 29803
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/presentations-en
COMMENT= Examples from the book Presentations with LaTeX
LICENSE= lppl-1.3c
REPLACE_SH+= doc/latex/presentations-en/runAll
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|