blob: 8fbbe50aedf31cd4786eaabd0b1b729199eec3e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.4 2017/09/06 16:49:22 wiz Exp $
# TeX Live Revision 15878
DISTNAME= ae
PKGNAME= tex-${DISTNAME}-1.4
MAINTAINER= minskim@NetBSD.org
COMMENT= Virtual fonts for T1 encoded CMR-fonts
LICENSE= lppl-1.3c
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|