pkgsrc/print/tex-oberdiek/Makefile

34 lines
937 B
Makefile

# $NetBSD: Makefile,v 1.27 2020/05/02 02:56:28 markd Exp $
DISTNAME= oberdiek
PKGNAME= tex-${DISTNAME}-2019
PKGREVISION= 1
TEXLIVE_REV= 51770
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-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-iftex>=1.0d:../../print/tex-iftex
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
USE_TOOLS+= perl:run
REPLACE_PERL= bin/pdfatfi
INSTALLATION_DIRS+= bin
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
${MV} ${WRKSRC}/scripts/oberdiek/pdfatfi.pl ${WRKSRC}/bin/pdfatfi
.include "../../mk/bsd.pkg.mk"