blob: 86b34ac17f95b5db58c26f7eede416e05a5fdd17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.7 2017/09/06 16:49:31 wiz Exp $
DISTNAME= carlisle
PKGNAME= tex-${DISTNAME}-2010
TEXLIVE_REV= 18258
MAINTAINER= minskim@NetBSD.org
COMMENT= LaTeX packages created by David Carlisle
LICENSE= lppl-1.3c
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|