d558d6d3f3
XXX: version number is wrong, should be 2.7182818, not 2014.
24 lines
683 B
Makefile
24 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/05/05 18:25:36 wiz Exp $
|
|
|
|
DISTNAME= metafont
|
|
# should be this instead:
|
|
#PKGNAME= tex-${DISTNAME}-2.7182818.20140107
|
|
PKGNAME= tex-${DISTNAME}-2014
|
|
CATEGORIES= fonts
|
|
TEXLIVE_REV= 35821
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/metafont
|
|
COMMENT= METAFONT system for specifying fonts
|
|
#LICENSE= knuth
|
|
|
|
CONFLICTS+= teTeX-bin<=3.0nb32
|
|
CONFLICTS+= teTeX-texmf<=3.0nb13
|
|
CONFLICTS+= tex-bin-metapost-[0-9]*
|
|
DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea
|
|
DEPENDS+= web2c-[0-9]*:../../print/web2c
|
|
|
|
TEX_FORMATS= "mf mf-nowin -translate-file=cp227.tcx mf.ini\\n"
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|