pkgsrc/print/tex-amstex/Makefile
markd 22f2750def tex-amstex{,-doc}: update to 2.2.49810
Final archival posting of the AMS-TeX collection, with no code changes.

Additions: two files of technical documentation not previously released.

This release is a historical record and is no longer maintained or
supported.
2019-02-01 21:41:27 +00:00

23 lines
562 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/02/01 21:41:27 markd Exp $
DISTNAME= amstex
PKGNAME= tex-${DISTNAME}-2.2.49810
TEXLIVE_REV= 49810
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/amstex
COMMENT= American Mathematical Society plain TeX macros
LICENSE= lppl-1.3c
DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
INSTALLATION_DIRS= bin
TEX_FORMATS+= "amstex pdftex - -translate-file=cp227.tcx *amstex.ini\\n"
.include "../../print/texlive/package.mk"
post-install:
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/amstex
.include "../../mk/bsd.pkg.mk"