pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Add mkfontscale.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dee9b702e51
branches:  trunk
changeset: 521005:3dee9b702e51
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 03 19:08:58 2006 +0000

description:
Add mkfontscale.

diffstat:

 mk/tools/replace.mk |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 50455b284c24 -r 3dee9b702e51 mk/tools/replace.mk
--- a/mk/tools/replace.mk       Fri Nov 03 18:31:19 2006 +0000
+++ b/mk/tools/replace.mk       Fri Nov 03 19:08:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.177 2006/10/15 01:56:06 minskim Exp $
+# $NetBSD: replace.mk,v 1.178 2006/11/03 19:08:58 joerg Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -960,6 +960,14 @@
 
 ######################################################################
 
+# These tools are provided by modular Xorg if there is no native tool
+# available
+#
+TOOLS_DEPENDS.mkfontscale?=    mkfontscale-[0-9]*:../../fonts/mkfontscale
+TOOLS_FIND_PREFIX+=            TOOLS_PREFIX.mkfontscale=mkfontscale
+TOOLS_PATH.mkfontscale=                ${TOOLS_PREFIX.mkfontscale}/bin/mkfontscale
+TOOLS_CREATE.mkfontscale=      mkfontscale
+
 # These tools are all supplied by an X11 clients package if there is no
 # native tool available.
 #



Home | Main Index | Thread Index | Old Index