diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 19:08:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 19:08:58 +0000 |
commit | d2a1a112b6468df975fea86dcc9c3dee259943a3 (patch) | |
tree | 01f88629a4735a28222a94662c0eac9b1e97366a /mk/tools | |
parent | ffc6b3e00e569d53e205b8ae9454e2f2f5ef5c33 (diff) | |
download | pkgsrc-d2a1a112b6468df975fea86dcc9c3dee259943a3.tar.gz |
Add mkfontscale.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/replace.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 42b62ec8a99..b958a0a9902 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -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 @@ TOOLS_PATH.${_t_}= ${TOOLS_PREFIX.${_t_}}/bin/${_t_} ###################################################################### +# 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. # |