15 lines
410 B
Makefile
15 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/02/05 17:20:32 minskim Exp $
|
|
# TeX Live Revision 15990
|
|
|
|
DISTNAME= texlive-en.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2009
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= TeX Live manual (English)
|
|
|
|
DEPENDS+= tex-texlive-common-doc-[0-9]*:../../print/tex-texlive-common-doc
|
|
|
|
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|