blob: 3c330d1783eba297e26f80cb13bdf4df4adce9f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.31 2021/02/26 21:12:48 markd Exp $
DISTNAME= oberdiek
PKGNAME= tex-${DISTNAME}-2020.56291
PKGREVISION= 1
TEXLIVE_REV= 56291
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/oberdiek
COMMENT= Bundle of packages submitted by Heiko Oberdiek
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-auxhook-[0-9]*:../../print/tex-auxhook
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-grfext-[0-9]*:../../print/tex-grfext
DEPENDS+= tex-grffile-[0-9]*:../../print/tex-grffile
DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex
DEPENDS+= tex-infwarerr-[0-9]*:../../print/tex-infwarerr
DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|