pkgsrc/print/tex-plain/Makefile
minskim fffdf38842 Let tex-plain depend on tex-amsfonts in addition to tex-cm, so that
Type 1 fonts in tex-amsfonts are used instead of bitmap fonts in tex-cm.
2011-01-23 01:14:34 +00:00

18 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/01/23 01:14:34 minskim Exp $
DISTNAME= plain
PKGNAME= tex-${DISTNAME}-3.141592653
PKGREVISION= 3
TEXLIVE_REV= 20544
MAINTAINER= minskim@NetBSD.org
COMMENT= The Plain TeX format
CONFLICTS+= teTeX-texmf<=3.0nb11
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= tex-misc-[0-9]*:../../print/tex-misc
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"