96cf8a8f53
tex-ec moves to collection-basic tex-wasy2-ps replaced by tex-wasy-type1
51 lines
2.1 KiB
Makefile
51 lines
2.1 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2020/04/26 12:29:35 markd Exp $
|
|
|
|
DISTNAME= collection-fontsrecommended
|
|
PKGNAME= texlive-${DISTNAME}-2020
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
TEXLIVE_REV= 54074
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://www.tug.org/texlive/
|
|
COMMENT= Recommended fonts for TeX
|
|
|
|
DEPENDS+= texlive-collection-basic>=2010:../../meta-pkgs/texlive-collection-basic
|
|
|
|
DEPENDS+= tex-avantgar-[0-9]*:../../fonts/tex-avantgar
|
|
DEPENDS+= tex-bookman-[0-9]*:../../fonts/tex-bookman
|
|
DEPENDS+= tex-charter-[0-9]*:../../fonts/tex-charter
|
|
DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super
|
|
DEPENDS+= tex-cmextra-[0-9]*:../../fonts/tex-cmextra
|
|
DEPENDS+= tex-courier-[0-9]*:../../fonts/tex-courier
|
|
DEPENDS+= tex-euro-[0-9]*:../../finance/tex-euro
|
|
DEPENDS+= tex-euro-ce-[0-9]*:../../fonts/tex-euro-ce
|
|
DEPENDS+= tex-eurosym-[0-9]*:../../fonts/tex-eurosym
|
|
DEPENDS+= tex-fpl-[0-9]*:../../fonts/tex-fpl
|
|
DEPENDS+= tex-helvetic-[0-9]*:../../fonts/tex-helvetic
|
|
DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm
|
|
DEPENDS+= tex-lm-math-[0-9]*:../../fonts/tex-lm-math
|
|
DEPENDS+= tex-marvosym-[0-9]*:../../fonts/tex-marvosym
|
|
DEPENDS+= tex-mathpazo-[0-9]*:../../fonts/tex-mathpazo
|
|
DEPENDS+= tex-manfnt-font-[0-9]*:../../fonts/tex-manfnt-font
|
|
DEPENDS+= tex-mflogo-font-[0-9]*:../../fonts/tex-mflogo-font
|
|
DEPENDS+= tex-ncntrsbk-[0-9]*:../../fonts/tex-ncntrsbk
|
|
DEPENDS+= tex-palatino-[0-9]*:../../fonts/tex-palatino
|
|
DEPENDS+= tex-pxfonts-[0-9]*:../../fonts/tex-pxfonts
|
|
DEPENDS+= tex-rsfs-[0-9]*:../../fonts/tex-rsfs
|
|
DEPENDS+= tex-symbol-[0-9]*:../../fonts/tex-symbol
|
|
DEPENDS+= tex-tex-gyre-[0-9]*:../../fonts/tex-tex-gyre
|
|
DEPENDS+= tex-tex-gyre-math-[0-9]*:../../fonts/tex-tex-gyre-math
|
|
DEPENDS+= tex-times-[0-9]*:../../fonts/tex-times
|
|
DEPENDS+= tex-tipa-[0-9]*:../../fonts/tex-tipa
|
|
DEPENDS+= tex-txfonts-[0-9]*:../../fonts/tex-txfonts
|
|
DEPENDS+= tex-utopia-[0-9]*:../../fonts/tex-utopia
|
|
DEPENDS+= tex-wasy-[0-9]*:../../fonts/tex-wasy
|
|
DEPENDS+= tex-wasy-type1-[0-9]*:../../fonts/tex-wasy-type1
|
|
DEPENDS+= tex-wasysym-[0-9]*:../../fonts/tex-wasysym
|
|
DEPENDS+= tex-zapfchan-[0-9]*:../../fonts/tex-zapfchan
|
|
DEPENDS+= tex-zapfding-[0-9]*:../../fonts/tex-zapfding
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|