blob: 59c0c20a208388c194227f30921085eeb58cd465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.1.1.1 2012/05/08 18:41:18 minskim Exp $
DISTNAME= extsizes
PKGNAME= tex-${DISTNAME}-1.4a
TEXLIVE_REV= 17263
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Extend the standard LaTeX classes' size options
LICENSE= lppl-1.3c
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|