1# $NetBSD: Makefile,v 1.11 2023/01/28 05:25:17 mrg Exp $ 2 3.include <bsd.own.mk> 4 5.PATH: . ${X11SRCDIR.fontconfig}/conf.d 6CONFIGFILES= \ 7 05-reset-dirs-sample.conf \ 8 09-autohint-if-no-hinting.conf \ 9 10-autohint.conf \ 10 10-hinting-full.conf \ 11 10-hinting-medium.conf \ 12 10-hinting-none.conf \ 13 10-hinting-slight.conf \ 14 10-no-antialias.conf \ 15 10-no-sub-pixel.conf \ 16 10-sub-pixel-bgr.conf \ 17 10-sub-pixel-rgb.conf \ 18 10-sub-pixel-vbgr.conf \ 19 10-sub-pixel-vrgb.conf \ 20 10-scale-bitmap-fonts.conf \ 21 10-unhinted.conf \ 22 10-yes-antialias.conf \ 23 11-lcdfilter-default.conf \ 24 11-lcdfilter-legacy.conf \ 25 11-lcdfilter-light.conf \ 26 20-unhint-small-vera.conf \ 27 25-unhint-nonlatin.conf \ 28 30-metric-aliases.conf \ 29 35-lang-normalize.conf \ 30 40-nonlatin.conf \ 31 45-generic.conf \ 32 45-latin.conf \ 33 48-spacing.conf \ 34 49-sansserif.conf \ 35 50-user.conf \ 36 51-local.conf \ 37 60-generic.conf \ 38 60-latin.conf \ 39 65-fonts-persian.conf \ 40 65-khmer.conf \ 41 65-nonlatin.conf \ 42 69-unifont.conf \ 43 70-no-bitmap-webfonts.conf \ 44 70-no-bitmaps.conf \ 45 70-yes-bitmaps.conf \ 46 80-delicious.conf \ 47 90-synthetic.conf 48 49FILESDIR= \ 50 /etc/fonts/conf.avail 51 52.include <bsd.x11.mk> 53.include <bsd.prog.mk> 54