pkgsrc/print/tex-pdftex/Makefile

31 lines
850 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2010/01/30 00:26:10 minskim Exp $
# TeX Live Revision 12898
DISTNAME= pdftex
PKGNAME= tex-${DISTNAME}-1.40.9.12898
PKGREVISION= 2
MAINTAINER= minskim@NetBSD.org
COMMENT= TeX extension for direct creation of PDF
CONFLICTS+= teTeX-bin<=3.0nb29
DEPENDS+= tex-dvips-[0-9]*:../../print/tex-dvips
DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea
DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain
DEPENDS+= web2c-[0-9]*:../../print/web2c
INSTALLATION_DIRS+= bin
TEX_FORMAT_NAMES+= pdftex
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
.include "../../print/texlive/module.mk"
post-install:
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/etex
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/pdfetex
.include "../../mk/bsd.pkg.mk"