aboutsummaryrefslogtreecommitdiff
path: root/print/teTeX-texmf/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-06-15 15:22:37 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-06-15 15:22:37 +0000
commit42cbc1e868b607030991235f289919fc55bb92c7 (patch)
treed1e0037f1e08f27bcbf3b9198a8baa77618f0be1 /print/teTeX-texmf/Makefile
parentcc1148635fad0b6030570bff8071c4b76d0ab1e0 (diff)
downloadports-42cbc1e868b607030991235f289919fc55bb92c7.tar.gz
ports-42cbc1e868b607030991235f289919fc55bb92c7.zip
Notes
Diffstat (limited to 'print/teTeX-texmf/Makefile')
-rw-r--r--print/teTeX-texmf/Makefile34
1 files changed, 17 insertions, 17 deletions
diff --git a/print/teTeX-texmf/Makefile b/print/teTeX-texmf/Makefile
index 28bf85287416..1ce17bea8501 100644
--- a/print/teTeX-texmf/Makefile
+++ b/print/teTeX-texmf/Makefile
@@ -6,7 +6,7 @@
PORTNAME= teTeX-texmf
PORTVERSION= 3.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1
@@ -19,11 +19,9 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= Thomas Esser's distribution of TeX & friends (texmf tree)
BUILD_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \
- ${LOCALBASE}/share/fonts/cmpsfont/READ.ME:${PORTSDIR}/print/cmpsfont \
- ${LOCALBASE}/share/fonts/amspsfont/READ.ME:${PORTSDIR}/print/amspsfnt
+ ${LOCALBASE}/share/fonts/amsfonts/doc/fonts/amsfonts/00README:${PORTSDIR}/print/font-amsfonts
RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \
- ${LOCALBASE}/share/fonts/cmpsfont/READ.ME:${PORTSDIR}/print/cmpsfont \
- ${LOCALBASE}/share/fonts/amspsfont/READ.ME:${PORTSDIR}/print/amspsfnt
+ ${LOCALBASE}/share/fonts/amsfonts/doc/fonts/amsfonts/00README:${PORTSDIR}/print/font-amsfonts
CONFLICTS= latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* \
ja-ptext-base-[0-9]*
@@ -51,12 +49,16 @@ TEXMFCONFIGDIR= share/texmf-config
TEXMFCONFIG_LSR=${LOCALBASE}/${TEXMFCONFIGDIR}/ls-R
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
-EXCLUDE_LIST= fonts/type1/bluesky/cm/\* \
- fonts/type1/bluesky/cmextra/\* \
- fonts/type1/bluesky/euler/\* \
- fonts/type1/bluesky/latex/\* \
- fonts/type1/bluesky/symbols/\* \
- fonts/type1/bluesky/cyrillic/\* \
+EXCLUDE_LIST= doc/fonts/amsfonts/\* \
+ doc/fonts/bluesky/\* \
+ doc/latex/amsfonts/\* \
+ dvips/bluesky/\* \
+ fonts/map/dvips/ams/\* \
+ fonts/source/ams/\* \
+ fonts/tfm/ams/\* \
+ fonts/type1/bluesky/\* \
+ tex/latex/amsfonts/\* \
+ tex/plain/amsfonts/\* \
tex/texinfo/\*
do-install:
@@ -73,12 +75,10 @@ do-install:
${PREFIX}/${TEXMFDISTDIR}/tex/csplain/csplain.ini
${INSTALL_DATA} ${FILESDIR}/t1code.tex \
${PREFIX}/${TEXMFDISTDIR}/tex/csplain/t1code.tex
-.for T in afm type1
- ${MKDIR} ${PREFIX}/${TEXMFDISTDIR}/fonts/${T}/bluesky
- cd ${PREFIX}/${TEXMFDISTDIR}/fonts/${T}/bluesky && \
- ${LN} -s -f ${LOCALBASE}/share/fonts/cmpsfont/${T} ./cm
- cd ${PREFIX}/${TEXMFDISTDIR}/fonts/${T}/bluesky && \
- ${LN} -s -f ${LOCALBASE}/share/fonts/amspsfont/${T} ./ams
+.for T in doc/fonts fonts/afm/public fonts/map/dvips fonts/source/public \
+ fonts/tfm/public fonts/type1/public tex/latex tex/plain
+ cd ${PREFIX}/${TEXMFDISTDIR}/${T} && \
+ ${LN} -s -f ${LOCALBASE}/share/fonts/amsfonts/${T}/amsfonts .
.endfor
cd ${PREFIX}/${TEXMFDISTDIR}/dvips/pstricks && \
${PATCH} --quiet < ${WRKDIR}/PSTricks.patch && \