blob: 8e3a82770016b2e343919cd74bc1510ea0998661 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.5 2010/09/24 16:54:43 minskim Exp $
DISTNAME= carlisle
PKGNAME= tex-${DISTNAME}-2010
TEXLIVE_REV= 18258
MAINTAINER= minskim@NetBSD.org
COMMENT= LaTeX packages created by David Carlisle
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"
|