44faa0cdcd
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
18 lines
526 B
Makefile
18 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/09/06 16:49:30 wiz Exp $
|
|
|
|
DISTNAME= amscls
|
|
PKGNAME= tex-${DISTNAME}-2015
|
|
TEXLIVE_REV= 36804
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/amscls
|
|
COMMENT= AMS document classes for LaTeX
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
|
|
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-url>=3.2:../../print/tex-url
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|