blob: 46a3a0594e5b50f308882e589748f2bdffdd7f79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.6 2016/01/30 03:26:10 markd 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
CONFLICTS+= teTeX-texmf<=3.0nb13
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"
|