6cf008d9d3
print/tex-collection-documentation-base-doc. This package is a collection of the TeX Live documentation packages.
18 lines
499 B
Makefile
18 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/02/08 20:18:06 minskim Exp $
|
|
# TeX Live Revision 13822
|
|
|
|
DISTNAME= collection-documentation-base-doc
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.tug.org/texlive/
|
|
COMMENT= TeX Live documentation
|
|
|
|
DEPENDS+= tex-texlive-common-doc>=2009:../../print/tex-texlive-common-doc
|
|
DEPENDS+= tex-texlive-en-doc>=2009:../../print/tex-texlive-en-doc
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|