f8d6d68b48
- Adapted the dvips driver to avoid a clash with pgf. - All drivers now use the new LaTeX hooks and so require a format 2020-10-01 or newer. The older drivers are provided as frozen versions and are used if an older format is detected. - Added support for destlabel option of hyperref, https://github.com/ho-tex/bookmark/issues/1 - Removed the dvipsone and textures driver. - Removed the code for option dvipdfmx-outline-open and \SpecialDvipdfmxOutlineOpen. All dvipdfmx version should now support this out-of-the-box.
18 lines
576 B
Makefile
18 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/02/13 04:31:18 markd Exp $
|
|
|
|
DISTNAME= bookmark
|
|
PKGNAME= tex-${DISTNAME}-1.29
|
|
TEXLIVE_REV= 56885
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/bookmark
|
|
COMMENT= New bookmark (outline) organization for hyperref
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-atenddvi-[0-9]*:../../print/tex-atenddvi
|
|
DEPENDS+= tex-atveryend-[0-9]*:../../print/tex-atveryend
|
|
DEPENDS+= tex-auxhook-[0-9]*:../../print/tex-auxhook
|
|
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|