44faa0cdcd
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
26 lines
694 B
Makefile
26 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/09/06 16:49:29 wiz Exp $
|
|
|
|
DISTNAME= aleph
|
|
PKGNAME= tex-${DISTNAME}-0.2.40768
|
|
TEXLIVE_REV= 40768
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Extended TeX
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tex-latex>=2010:../../print/tex-latex
|
|
DEPENDS+= tex-plain>=3.141592653nb2:../../print/tex-plain
|
|
DEPENDS+= tex-lambda>=2014:../../print/tex-lambda
|
|
DEPENDS+= web2c>=2014:../../print/web2c
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
TEX_FORMATS+= "aleph aleph - *aleph.ini\\nlamed aleph language.dat *lambda.ini\\n"
|
|
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-install:
|
|
${LN} -sf aleph ${DESTDIR}${PREFIX}/bin/lamed
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|