16 lines
422 B
Makefile
16 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/01/26 11:01:33 markd Exp $
|
|
|
|
DISTNAME= t2
|
|
PKGNAME= tex-${DISTNAME}-2010
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Support for using T2 encoding
|
|
LICENSE= lppl-1.3c
|
|
|
|
CONFLICTS= teTeX-texmf<=3.0nb29
|
|
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|