89214fb9c8
From Atsushi Toyokura in pkgsrc-wip The package provides a small Ruby script that corrects bookmarks in PDF files created by platex/uplatex, using hyperref.
23 lines
633 B
Makefile
23 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/02/21 10:19:22 markd Exp $
|
|
|
|
DISTNAME= convbkmk
|
|
PKGNAME= tex-${DISTNAME}-0.30
|
|
TEXLIVE_REV= 49252
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/convbkmk
|
|
COMMENT= Correct platex/uplatex bookmarks in PDF created with hyperref
|
|
LICENSE= mit
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
REPLACE_RUBY= texmf-dist/scripts/convbkmk/convbkmk.rb
|
|
|
|
post-install:
|
|
${LN} -sf ../share/texmf-dist/scripts/convbkmk/convbkmk.rb \
|
|
${DESTDIR}${PREFIX}/bin/convbkmk
|
|
|
|
.include "../../lang/ruby/replace.mk"
|
|
.include "../../lang/ruby/buildlink3.mk"
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|