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