summaryrefslogtreecommitdiff
path: root/fonts/XFree86-fontsScalable
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/XFree86-fontsScalable')
-rw-r--r--fonts/XFree86-fontsScalable/MESSAGE7
-rw-r--r--fonts/XFree86-fontsScalable/Makefile78
-rw-r--r--fonts/XFree86-fontsScalable/PLIST189
-rw-r--r--fonts/XFree86-fontsScalable/distinfo11
-rw-r--r--fonts/XFree86-fontsScalable/patches/patch-aa13
5 files changed, 143 insertions, 155 deletions
diff --git a/fonts/XFree86-fontsScalable/MESSAGE b/fonts/XFree86-fontsScalable/MESSAGE
new file mode 100644
index 00000000000..9899e6304c4
--- /dev/null
+++ b/fonts/XFree86-fontsScalable/MESSAGE
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/03/28 22:06:15 xtraeme Exp $
+
+Install the fonts/vera-ttf package to install the Bitstream Vera
+TrueType fonts.
+
+===========================================================================
diff --git a/fonts/XFree86-fontsScalable/Makefile b/fonts/XFree86-fontsScalable/Makefile
index b34aea8ea6c..12444a3d388 100644
--- a/fonts/XFree86-fontsScalable/Makefile
+++ b/fonts/XFree86-fontsScalable/Makefile
@@ -1,59 +1,55 @@
-# $NetBSD: Makefile,v 1.3 2004/02/02 14:19:02 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/03/28 22:06:15 xtraeme Exp $
DISTNAME= ${DISTFILES}
PKGNAME= XFree86-fontsScalable-${XF_VER}
-PKGREVISION= 1
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XFREE}
-DISTFILES= X430src-4.tgz X430src-5.tgz
+DISTFILES= XFree86-4.4.0-src-4.tgz XFree86-4.4.0-src-5.tgz
MAINTAINER= xfree86@blef.org
HOMEPAGE= http://www.xfree86.org/
COMMENT= XFree86 scalable fonts
-DEPENDS+= XFree86-fontsEncodings>=4.3.0:../../fonts/XFree86-fontsEncodings
+DEPENDS+= XFree86-fontsEncodings>=4.4.0:../XFree86-fontsEncodings
-USE_BUILDLINK2= yes
+NO_BUILD= yes
+NO_BUILDLINK= # defined
+USE_LANGUAGES= # empty
NO_XFREE86_TARGETS= # defined
-WRKSRC= ${WRKDIR}/xc/fonts
-FILESDIR= ${.CURDIR}/../../fonts/XFree86-fontsEncodings/files
+FONT_TYPES= Speedo TTF Type1
-do-configure:
- @${SED} \
- -e "s|@PREFIX@|${X11ROOT}|g" \
- -e "s|@MAKE@|${MAKE_PROGRAM}|g" \
- -e "s|@IMAKE@|${IMAKE}|g" \
- ${FILESDIR}/host.def > ${WRKSRC}/host.def
-.for f in encodings encodings/large scaled
- @${LN} -sf ${WRKSRC}/host.def ${WRKDIR}/xc/fonts/${f}
+do-install:
+.for fnt in ${FONT_TYPES}
+ ${INSTALL_DATA_DIR} ${X11ROOT}/lib/X11/fonts/${fnt}
.endfor
- (cd ${WRKSRC}/encodings && \
- ${IMAKE} -DUseInstalled -I${X11ROOT}/lib/X11/config \
- -DTOPDIR=../.. -DCURDIR=.; \
- ${MAKE} Makefiles ; \
- ${MAKE} includes ; \
- ${MAKE} depend)
-
- (cd ${WRKSRC} && \
- ${IMAKE} -DUseInstalled -I${X11ROOT}/lib/X11/config \
- -DTOPDIR=../.. -DCURDIR=.; \
- ${MAKE} Makefiles ; \
- ${MAKE} includes ; \
- ${MAKE} depend)
-
-pre-build:
- @for dir in Type1 TTF ; do \
- ${MV} ${WRKSRC}/scaled/$${dir}/Makefile \
- ${WRKSRC}/scaled/$${dir}/Makefile.orig && \
- ${SED} -e 's|$$(BINDIR)/fc-cache|${PREFIX}/bin/fc-cache|' \
- ${WRKSRC}/scaled/$${dir}/Makefile.orig \
- > ${WRKSRC}/scaled/$${dir}/Makefile ; \
- done
- cd ${WRKSRC}/encodings && ${MAKE} all
-
-pre-install:
- @${LN} -sf ${WRKDIR}/xc/fonts ${WRKDIR}/fonts
+.undef fnt
+ ${INSTALL_DATA} ${WRKDIR}/xc/fonts/scaled/Speedo/font0*.spd \
+ ${X11ROOT}/lib/X11/fonts/Speedo
+ ${INSTALL_DATA} ${WRKDIR}/xc/fonts/scaled/Speedo/COPYRIGHT \
+ ${X11ROOT}/lib/X11/fonts/Speedo/
+ ${INSTALL_DATA} ${WRKDIR}/xc/fonts/scaled/TTF/luxi*.ttf \
+ ${X11ROOT}/lib/X11/fonts/TTF/
+ ${INSTALL_DATA} ${WRKDIR}/xc/fonts/scaled/TTF/COPYRIGHT.BH \
+ ${X11ROOT}/lib/X11/fonts/TTF/Luxi-COPYRIGHT.BH
+.for f in afm pfa pfb
+ ${INSTALL_DATA} ${WRKDIR}/xc/fonts/scaled/Type1/*.${f} \
+ ${X11ROOT}/lib/X11/fonts/Type1
+.endfor
+.undef f
+# because fonts.mk does not do this yet
+.for fnt in ${FONT_TYPES}
+ ${X11ROOT}/bin/mkfontscale ${X11ROOT}/lib/X11/fonts/${fnt}
+ ${X11ROOT}/bin/mkfontdir ${X11ROOT}/lib/X11/fonts/${fnt}
+.endfor
+.undef fnt
+ ${X11ROOT}/bin/mkfontdir -e ${X11ROOT}/lib/X11/fonts/encodings \
+ -e ${X11ROOT}/lib/X11/fonts/encodings/large \
+ ${X11ROOT}/lib/X11/fonts/Speedo \
+ ${X11ROOT}/lib/X11/fonts/TTF \
+ ${X11ROOT}/lib/X11/fonts/Type1
+ ${LOCALBASE}/bin/fc-cache ${X11ROOT}/lib/X11/fonts/TTF
+ ${LOCALBASE}/bin/fc-cache ${X11ROOT}/lib/X11/fonts/Type1
.include "../../meta-pkgs/XFree86/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/XFree86-fontsScalable/PLIST b/fonts/XFree86-fontsScalable/PLIST
index ea6bf0f1ce7..3abf1b28b3a 100644
--- a/fonts/XFree86-fontsScalable/PLIST
+++ b/fonts/XFree86-fontsScalable/PLIST
@@ -1,95 +1,94 @@
-@comment $NetBSD: PLIST,v 1.2 2004/02/02 14:19:02 xtraeme Exp $
-X11R6/lib/X11/fonts/CID/fonts.dir
-X11R6/lib/X11/fonts/CID/fonts.scale
-X11R6/lib/X11/fonts/Speedo/encodings.dir
-X11R6/lib/X11/fonts/Speedo/font0419.spd
-X11R6/lib/X11/fonts/Speedo/font0582.spd
-X11R6/lib/X11/fonts/Speedo/font0583.spd
-X11R6/lib/X11/fonts/Speedo/font0611.spd
-X11R6/lib/X11/fonts/Speedo/font0648.spd
-X11R6/lib/X11/fonts/Speedo/font0649.spd
-X11R6/lib/X11/fonts/Speedo/font0709.spd
-X11R6/lib/X11/fonts/Speedo/font0710.spd
-X11R6/lib/X11/fonts/Speedo/fonts.dir
-X11R6/lib/X11/fonts/Speedo/fonts.scale
-X11R6/lib/X11/fonts/TTF/encodings.dir
-X11R6/lib/X11/fonts/TTF/fonts.cache-1
-X11R6/lib/X11/fonts/TTF/fonts.dir
-X11R6/lib/X11/fonts/TTF/fonts.scale
-X11R6/lib/X11/fonts/TTF/luximb.ttf
-X11R6/lib/X11/fonts/TTF/luximbi.ttf
-X11R6/lib/X11/fonts/TTF/luximr.ttf
-X11R6/lib/X11/fonts/TTF/luximri.ttf
-X11R6/lib/X11/fonts/TTF/luxirb.ttf
-X11R6/lib/X11/fonts/TTF/luxirbi.ttf
-X11R6/lib/X11/fonts/TTF/luxirr.ttf
-X11R6/lib/X11/fonts/TTF/luxirri.ttf
-X11R6/lib/X11/fonts/TTF/luxisb.ttf
-X11R6/lib/X11/fonts/TTF/luxisbi.ttf
-X11R6/lib/X11/fonts/TTF/luxisr.ttf
-X11R6/lib/X11/fonts/TTF/luxisri.ttf
-X11R6/lib/X11/fonts/Type1/UTBI____.afm
-X11R6/lib/X11/fonts/Type1/UTBI____.pfa
-X11R6/lib/X11/fonts/Type1/UTB_____.afm
-X11R6/lib/X11/fonts/Type1/UTB_____.pfa
-X11R6/lib/X11/fonts/Type1/UTI_____.afm
-X11R6/lib/X11/fonts/Type1/UTI_____.pfa
-X11R6/lib/X11/fonts/Type1/UTRG____.afm
-X11R6/lib/X11/fonts/Type1/UTRG____.pfa
-X11R6/lib/X11/fonts/Type1/c0419bt_.afm
-X11R6/lib/X11/fonts/Type1/c0419bt_.pfb
-X11R6/lib/X11/fonts/Type1/c0582bt_.afm
-X11R6/lib/X11/fonts/Type1/c0582bt_.pfb
-X11R6/lib/X11/fonts/Type1/c0583bt_.afm
-X11R6/lib/X11/fonts/Type1/c0583bt_.pfb
-X11R6/lib/X11/fonts/Type1/c0611bt_.afm
-X11R6/lib/X11/fonts/Type1/c0611bt_.pfb
-X11R6/lib/X11/fonts/Type1/c0632bt_.afm
-X11R6/lib/X11/fonts/Type1/c0632bt_.pfb
-X11R6/lib/X11/fonts/Type1/c0633bt_.afm
-X11R6/lib/X11/fonts/Type1/c0633bt_.pfb
-X11R6/lib/X11/fonts/Type1/c0648bt_.afm
-X11R6/lib/X11/fonts/Type1/c0648bt_.pfb
-X11R6/lib/X11/fonts/Type1/c0649bt_.afm
-X11R6/lib/X11/fonts/Type1/c0649bt_.pfb
-X11R6/lib/X11/fonts/Type1/cour.afm
-X11R6/lib/X11/fonts/Type1/cour.pfa
-X11R6/lib/X11/fonts/Type1/courb.afm
-X11R6/lib/X11/fonts/Type1/courb.pfa
-X11R6/lib/X11/fonts/Type1/courbi.afm
-X11R6/lib/X11/fonts/Type1/courbi.pfa
-X11R6/lib/X11/fonts/Type1/couri.afm
-X11R6/lib/X11/fonts/Type1/couri.pfa
-X11R6/lib/X11/fonts/Type1/cursor.pfa
-X11R6/lib/X11/fonts/Type1/encodings.dir
-X11R6/lib/X11/fonts/Type1/fonts.cache-1
-X11R6/lib/X11/fonts/Type1/fonts.dir
-X11R6/lib/X11/fonts/Type1/fonts.scale
-X11R6/lib/X11/fonts/Type1/l047013t.afm
-X11R6/lib/X11/fonts/Type1/l047013t.pfa
-X11R6/lib/X11/fonts/Type1/l047016t.afm
-X11R6/lib/X11/fonts/Type1/l047016t.pfa
-X11R6/lib/X11/fonts/Type1/l047033t.afm
-X11R6/lib/X11/fonts/Type1/l047033t.pfa
-X11R6/lib/X11/fonts/Type1/l047036t.afm
-X11R6/lib/X11/fonts/Type1/l047036t.pfa
-X11R6/lib/X11/fonts/Type1/l048013t.afm
-X11R6/lib/X11/fonts/Type1/l048013t.pfa
-X11R6/lib/X11/fonts/Type1/l048016t.afm
-X11R6/lib/X11/fonts/Type1/l048016t.pfa
-X11R6/lib/X11/fonts/Type1/l048033t.afm
-X11R6/lib/X11/fonts/Type1/l048033t.pfa
-X11R6/lib/X11/fonts/Type1/l048036t.afm
-X11R6/lib/X11/fonts/Type1/l048036t.pfa
-X11R6/lib/X11/fonts/Type1/l049013t.afm
-X11R6/lib/X11/fonts/Type1/l049013t.pfa
-X11R6/lib/X11/fonts/Type1/l049016t.afm
-X11R6/lib/X11/fonts/Type1/l049016t.pfa
-X11R6/lib/X11/fonts/Type1/l049033t.afm
-X11R6/lib/X11/fonts/Type1/l049033t.pfa
-X11R6/lib/X11/fonts/Type1/l049036t.afm
-X11R6/lib/X11/fonts/Type1/l049036t.pfa
-@dirrm X11R6/lib/X11/fonts/Type1
-@dirrm X11R6/lib/X11/fonts/TTF
-@dirrm X11R6/lib/X11/fonts/Speedo
-@dirrm X11R6/lib/X11/fonts/CID
+@comment $NetBSD: PLIST,v 1.3 2004/03/28 22:06:15 xtraeme Exp $
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/COPYRIGHT
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/encodings.dir
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/font0419.spd
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/font0582.spd
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/font0583.spd
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/font0611.spd
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/font0648.spd
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/font0649.spd
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/font0709.spd
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/font0710.spd
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/fonts.dir
+${X11ROOT_PREFIX}/lib/X11/fonts/Speedo/fonts.scale
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/Luxi-COPYRIGHT.BH
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/encodings.dir
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/fonts.cache-1
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/fonts.dir
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/fonts.scale
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luximb.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luximbi.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luximr.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luximri.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxirb.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxirbi.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxirr.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxirri.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxisb.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxisbi.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxisr.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxisri.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/UTBI____.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/UTBI____.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/UTB_____.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/UTB_____.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/UTI_____.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/UTI_____.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/UTRG____.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/UTRG____.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0419bt_.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0419bt_.pfb
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0582bt_.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0582bt_.pfb
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0583bt_.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0583bt_.pfb
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0611bt_.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0611bt_.pfb
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0632bt_.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0632bt_.pfb
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0633bt_.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0633bt_.pfb
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0648bt_.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0648bt_.pfb
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0649bt_.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/c0649bt_.pfb
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/cour.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/cour.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/courb.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/courb.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/courbi.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/courbi.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/couri.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/couri.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/cursor.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/encodings.dir
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/fonts.cache-1
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/fonts.dir
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/fonts.scale
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l047013t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l047013t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l047016t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l047016t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l047033t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l047033t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l047036t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l047036t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l048013t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l048013t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l048016t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l048016t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l048033t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l048033t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l048036t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l048036t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l049013t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l049013t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l049016t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l049016t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l049033t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l049033t.pfa
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l049036t.afm
+${X11ROOT_PREFIX}/lib/X11/fonts/Type1/l049036t.pfa
+@dirrm ${X11ROOT_PREFIX}/lib/X11/fonts/Type1
+@dirrm ${X11ROOT_PREFIX}/lib/X11/fonts/TTF
+@dirrm ${X11ROOT_PREFIX}/lib/X11/fonts/Speedo
diff --git a/fonts/XFree86-fontsScalable/distinfo b/fonts/XFree86-fontsScalable/distinfo
index dcf530e4270..f553ffbb27b 100644
--- a/fonts/XFree86-fontsScalable/distinfo
+++ b/fonts/XFree86-fontsScalable/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/24 08:59:39 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/03/28 22:06:15 xtraeme Exp $
-SHA1 (X430src-4.tgz) = b462d0bf7d1a947e9dbb18b5a9c08602969905e0
-Size (X430src-4.tgz) = 12906091 bytes
-SHA1 (X430src-5.tgz) = c5635a3f92e2f601e5d63b1dde423d8a9bb5e969
-Size (X430src-5.tgz) = 4388018 bytes
-SHA1 (patch-aa) = 4a1c918b856e3e7a2c6b87f99381e4e5d0631fe7
+SHA1 (XFree86-4.4.0-src-4.tgz) = beba65576a085b9d1c0c4f950c4bc134f8d7d15d
+Size (XFree86-4.4.0-src-4.tgz) = 13057535 bytes
+SHA1 (XFree86-4.4.0-src-5.tgz) = 87fbd91ec8b41de4e43303387c883b27a043d03a
+Size (XFree86-4.4.0-src-5.tgz) = 4386587 bytes
diff --git a/fonts/XFree86-fontsScalable/patches/patch-aa b/fonts/XFree86-fontsScalable/patches/patch-aa
deleted file mode 100644
index ce4ea727a10..00000000000
--- a/fonts/XFree86-fontsScalable/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/24 08:59:39 xtraeme Exp $
-
---- Imakefile.orig 2003-07-15 22:03:18.000000000 +0000
-+++ Imakefile 2003-07-15 22:05:07.000000000 +0000
-@@ -18,7 +18,7 @@
- PEXDIR = PEX
- #endif
-
--SUBDIRS = $(ENCODINGDIR) util bdf $(SCALEDDIR) $(PEXDIR)
-+SUBDIRS = $(SCALEDDIR) $(PEXDIR)
-
- #if MakeLocalFontDir
- MakeDirectories(install,$(FONTDIR)/local)