blob: 835ae2d81a057e745e4f3655a8535bafca2e5112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.7 2015/05/05 17:05:03 wiz Exp $
DISTNAME= etex
PKGNAME= tex-${DISTNAME}-2.1.31600
TEXLIVE_REV= 31600
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/etex
COMMENT= TeX implementation filling the gap between TeX3 and NTS
#LICENSE= knuth
CONFLICTS+= teTeX-texmf<=3.0nb11
DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|