16 lines
454 B
Makefile
16 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/09/14 00:18:13 minskim Exp $
|
|
|
|
DISTNAME= plain
|
|
PKGNAME= tex-${DISTNAME}-3.141592653
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= The Plain TeX format
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb11
|
|
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"
|