a39e431f3b
Changes: - Updated dependencies to sync with TeX Live 2012.
19 lines
566 B
Makefile
19 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/14 17:56:24 minskim Exp $
|
|
|
|
DISTNAME= collection-documentation-base-doc
|
|
PKGNAME= tex-${DISTNAME}-2012
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
TEXLIVE_REV= 17091
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.tug.org/texlive/
|
|
COMMENT= TeX Live documentation
|
|
|
|
DEPENDS+= tex-texlive-common-doc>=2012:../../print/tex-texlive-common-doc
|
|
DEPENDS+= tex-texlive-docindex-doc>=2012:../../print/tex-texlive-docindex-doc
|
|
DEPENDS+= tex-texlive-en-doc>=2012:../../print/tex-texlive-en-doc
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|