6adea4293c
Changes: - Supports texexec.
26 lines
697 B
Makefile
26 lines
697 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/14 21:59:40 minskim Exp $
|
|
|
|
DISTNAME= mptopdf
|
|
PKGNAME= tex-${DISTNAME}-2012
|
|
TEXLIVE_REV= 26689
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Script to convert mpost to PDF
|
|
|
|
CONFLICTS+= tex-supp-pdf<2010
|
|
DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea
|
|
DEPENDS+= tex-plain>=3.141592653nb2:../../print/tex-plain
|
|
DEPENDS+= web2c>=2010:../../print/web2c
|
|
SUPERSEDES+= tex-supp-pdf<2010
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
TEX_FORMATS+= "mptopdf pdftex -translate-file=cp227.tcx mptopdf.tex\\n"
|
|
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-install:
|
|
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/mptopdf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|