pkgsrc/print/dvipsk/Makefile
markd ac8d66d2db dvipsk: don't use texconfig in build
This package was using "texconfig dvips paper ${LOWER_PAPERSIZE}" to
set the default papersize for dvips.  It seems that texconfig has been
broken for this option at least for some time so was a noop.
Disable at this time to remove a circular dependency.
Needs to be revisited.
2020-05-11 07:41:37 +00:00

56 lines
1.8 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2020/05/11 07:41:37 markd Exp $
.include "../../print/texlive/Makefile.common"
PKGNAME= dvipsk-2020.1
PKGREVISION= 2
CATEGORIES= print
HOMEPAGE= http://www.radicaleye.com/dvips.html
COMMENT= DVI-to-PostScript translator
#BUILD_DEPENDS+= tex-texlive-scripts-[0-9]*:../../print/tex-texlive-scripts
DEPENDS+= tex-dvips>=2013:../../print/tex-dvips
EXTRACT_ELEMENTS+= ${DISTNAME}/texk/dvipsk
INFO_FILES= yes
# texk/dvipsk/squeeze/configure doesn't know --with-system-kpathsea
GNU_CONFIGURE_STRICT= no
CONFIGURE_DIRS= texk/dvipsk
CONFIGURE_ARGS+= --with-system-kpathsea
PKG_SYSCONFSUBDIR= texmf
MAKE_DIRS+= ${PKG_SYSCONFDIR}/dvips/config
CONF_FILES= ${PREFIX}/share/examples/dvipsk/config.ps \
${PKG_SYSCONFDIR}/dvips/config/config.ps
BUILD_DEFS+= PAPERSIZE
LOWER_PAPERSIZE_cmd= ${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'
LOWER_PAPERSIZE= ${LOWER_PAPERSIZE_cmd:sh}
INSTALLATION_DIRS+= share/examples/dvipsk
TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR}
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
post-build:
${MKDIR} ${WRKSRC}/texk/dvipsk/texmf-dist/dvips/config
${CP} ${LOCALBASE}/share/texmf-dist/dvips/config/config.ps \
${WRKSRC}/texk/dvipsk/texmf-dist/dvips/config
# ${SETENV} TEXMFCONFIG=${LOCALBASE}/share/texmf-dist \
# TFC_TEXMFCONFIG=${WRKSRC}/texk/dvipsk/texmf \
# configPsFile=${WRKSRC}/texk/dvipsk/texmf-dist/dvips/config/config.ps \
# ${LOCALBASE}/bin/texconfig dvips paper ${LOWER_PAPERSIZE}
post-install:
${INSTALL_DATA} ${WRKSRC}/texk/dvipsk/texmf-dist/dvips/config/config.ps \
${DESTDIR}${PREFIX}/share/examples/dvipsk
${RM} -rf ${DESTDIR}${PREFIX}/share/texmf-dist/fonts
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"
.include "../../print/kpathsea/texmf.mk"
.include "../../mk/bsd.pkg.mk"