1*971bb1a5SLionel Sambuc# $NetBSD: Makefile,v 1.4 2013/06/03 20:23:39 mrg Exp $ 2*971bb1a5SLionel Sambuc 3*971bb1a5SLionel Sambuc.include <bsd.own.mk> 4*971bb1a5SLionel Sambuc 5*971bb1a5SLionel Sambuc.PATH: ${X11SRCDIR.fontconfig}/conf.d 6*971bb1a5SLionel SambucCONFIGFILES= \ 7*971bb1a5SLionel Sambuc 10-autohint.conf \ 8*971bb1a5SLionel Sambuc 10-no-sub-pixel.conf \ 9*971bb1a5SLionel Sambuc 10-sub-pixel-bgr.conf \ 10*971bb1a5SLionel Sambuc 10-sub-pixel-rgb.conf \ 11*971bb1a5SLionel Sambuc 10-sub-pixel-vbgr.conf \ 12*971bb1a5SLionel Sambuc 10-sub-pixel-vrgb.conf \ 13*971bb1a5SLionel Sambuc 10-scale-bitmap-fonts.conf \ 14*971bb1a5SLionel Sambuc 10-unhinted.conf \ 15*971bb1a5SLionel Sambuc 11-lcdfilter-default.conf \ 16*971bb1a5SLionel Sambuc 11-lcdfilter-legacy.conf \ 17*971bb1a5SLionel Sambuc 11-lcdfilter-light.conf \ 18*971bb1a5SLionel Sambuc 20-unhint-small-vera.conf \ 19*971bb1a5SLionel Sambuc 25-unhint-nonlatin.conf \ 20*971bb1a5SLionel Sambuc 30-metric-aliases.conf \ 21*971bb1a5SLionel Sambuc 30-urw-aliases.conf \ 22*971bb1a5SLionel Sambuc 40-nonlatin.conf \ 23*971bb1a5SLionel Sambuc 45-latin.conf \ 24*971bb1a5SLionel Sambuc 49-sansserif.conf \ 25*971bb1a5SLionel Sambuc 50-user.conf \ 26*971bb1a5SLionel Sambuc 51-local.conf \ 27*971bb1a5SLionel Sambuc 60-latin.conf \ 28*971bb1a5SLionel Sambuc 65-fonts-persian.conf \ 29*971bb1a5SLionel Sambuc 65-khmer.conf \ 30*971bb1a5SLionel Sambuc 65-nonlatin.conf \ 31*971bb1a5SLionel Sambuc 69-unifont.conf \ 32*971bb1a5SLionel Sambuc 70-no-bitmaps.conf \ 33*971bb1a5SLionel Sambuc 70-yes-bitmaps.conf \ 34*971bb1a5SLionel Sambuc 80-delicious.conf \ 35*971bb1a5SLionel Sambuc 90-synthetic.conf 36*971bb1a5SLionel Sambuc 37*971bb1a5SLionel SambucFILESDIR= \ 38*971bb1a5SLionel Sambuc /etc/fonts/conf.avail 39*971bb1a5SLionel Sambuc 40*971bb1a5SLionel Sambuc.include <bsd.x11.mk> 41*971bb1a5SLionel Sambuc.include <bsd.prog.mk> 42