summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-08 03:35:25 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-08 03:35:25 +0000
commit12acd45df928dfa58af50a3c27e2ff34cb5a5019 (patch)
tree507e299cd1b2e7eced7f696054cc373ec7e0c54c /fonts
parent21a0d4da9944bd07cccf99de9de196ee746aa215 (diff)
downloadpkgsrc-12acd45df928dfa58af50a3c27e2ff34cb5a5019.tar.gz
Missing bits to make this build/work correctly on FreeBSD 5.x.
Not tested on 4.x, but changes should be trivial to commit...
Diffstat (limited to 'fonts')
-rw-r--r--fonts/xorg-fontsTruetype/Makefile7
-rw-r--r--fonts/xorg-fontsType1/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/fonts/xorg-fontsTruetype/Makefile b/fonts/xorg-fontsTruetype/Makefile
index 0f3c324a64d..e5c0b74cafc 100644
--- a/fonts/xorg-fontsTruetype/Makefile
+++ b/fonts/xorg-fontsTruetype/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/09/21 17:38:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/10/08 03:35:25 xtraeme Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsTruetype-${XORG_VER}
@@ -24,5 +24,10 @@ SUBST_FILES.font= config/cf/X11.tmpl
SUBST_SED.font= -e "s,FCCACHE = \$$(BINDIR)/fc-cache,FCCACHE=${LOCALBASE}/bin/fc-cache,"
SUBST_MESSAGE.font= "Fixing path of fc-cache."
+SUBST_CLASSES= TTF
+SUBST_STAGE.TTF= post-configure
+SUBST_FILES.TTF= fonts/scaled/TTF/Makefile
+SUBST_SED.TTF= -e "s,/usr/X11R6,${LOCALBASE},g"
+
.include "../../meta-pkgs/xorg/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/xorg-fontsType1/Makefile b/fonts/xorg-fontsType1/Makefile
index 80049f49c60..0694516a776 100644
--- a/fonts/xorg-fontsType1/Makefile
+++ b/fonts/xorg-fontsType1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/09/21 17:38:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/10/08 03:35:25 xtraeme Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsType1-${XORG_VER}
@@ -23,5 +23,10 @@ SUBST_FILES.font= config/cf/X11.tmpl
SUBST_SED.font= -e "s,FCCACHE = \$$(BINDIR)/fc-cache,FCCACHE=${LOCALBASE}/bin/fc-cache,"
SUBST_MESSAGE.font= "Fixing path of fc-cache."
+SUBST_CLASSES= scaled
+SUBST_STAGE.scaled= post-configure
+SUBST_FILES.scaled= fonts/scaled/Type1/Makefile
+SUBST_SED.scaled= -e "s,/usr/X11R6,${LOCALBASE},g"
+
.include "../../meta-pkgs/xorg/Makefile.common"
.include "../../mk/bsd.pkg.mk"