1# $NetBSD: Makefile,v 1.13 2024/07/04 20:10:40 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-sub-pixel-none.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 11-lcdfilter-none.conf \ 27 20-unhint-small-vera.conf \ 28 25-unhint-nonlatin.conf \ 29 30-metric-aliases.conf \ 30 35-lang-normalize.conf \ 31 40-nonlatin.conf \ 32 45-generic.conf \ 33 45-latin.conf \ 34 48-spacing.conf \ 35 49-sansserif.conf \ 36 50-user.conf \ 37 51-local.conf \ 38 60-generic.conf \ 39 60-latin.conf \ 40 65-fonts-persian.conf \ 41 65-khmer.conf \ 42 65-nonlatin.conf \ 43 69-unifont.conf \ 44 70-no-bitmap-webfonts.conf \ 45 70-no-bitmaps.conf \ 46 70-yes-bitmaps.conf \ 47 80-delicious.conf \ 48 90-synthetic.conf 49 50FILESDIR= \ 51 /etc/fonts/conf.avail 52 53.include <bsd.x11.mk> 54.include <bsd.prog.mk> 55