1# $NetBSD: Makefile,v 1.10 2023/01/21 04:04:30 mrg Exp $ 2 3.include <bsd.own.mk> 4 5.PATH: ${X11SRCDIR.fontconfig}/conf.d 6FONTCONFIG_LINKS= \ 7 10-hinting-slight.conf \ 8 10-scale-bitmap-fonts.conf \ 9 10-yes-antialias.conf \ 10 10-sub-pixel-rgb.conf \ 11 11-lcdfilter-default.conf \ 12 20-unhint-small-vera.conf \ 13 30-metric-aliases.conf \ 14 40-nonlatin.conf \ 15 45-generic.conf \ 16 45-latin.conf \ 17 48-spacing.conf \ 18 49-sansserif.conf \ 19 50-user.conf \ 20 51-local.conf \ 21 60-generic.conf \ 22 60-latin.conf \ 23 65-fonts-persian.conf \ 24 65-nonlatin.conf \ 25 69-unifont.conf \ 26 70-no-bitmap-webfonts.conf \ 27 80-delicious.conf \ 28 90-synthetic.conf 29 30CONFAVAILDIR= ../conf.avail 31CONFDIR= /etc/fonts/conf.d 32 33.for _conffile in ${FONTCONFIG_LINKS} 34CONFIGSYMLINKS+=${CONFAVAILDIR}/${_conffile} ${CONFDIR}/${_conffile} 35.endfor 36 37.include <bsd.x11.mk> 38.include <bsd.prog.mk> 39