Home | History | Annotate | Line # | Download | only in etc
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2008/09/26 07:02:57 rtr Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .PATH:	${X11SRCDIR.fontconfig}
      6 CONFIGFILES= \
      7 	fonts.conf \
      8 	fonts.dtd
      9 
     10 FILESDIR_fonts.conf= \
     11 	/etc/fonts
     12 
     13 FILESDIR_fonts.dtd= \
     14 	/etc/fonts
     15 
     16 .PATH:	${X11SRCDIR.fontconfig}/conf.d
     17 CONFIGFILES+= \
     18 	10-autohint.conf \
     19 	10-no-sub-pixel.conf \
     20 	10-sub-pixel-bgr.conf \
     21 	10-sub-pixel-rgb.conf \
     22 	10-sub-pixel-vbgr.conf \
     23 	10-sub-pixel-vrgb.conf \
     24 	10-unhinted.conf \
     25 	20-fix-globaladvance.conf \
     26 	20-unhint-small-vera.conf \
     27 	25-unhint-nonlatin.conf \
     28 	30-metric-aliases.conf \
     29 	30-urw-aliases.conf \
     30 	40-nonlatin.conf \
     31 	45-latin.conf \
     32 	49-sansserif.conf \
     33 	50-user.conf \
     34 	51-local.conf \
     35 	60-latin.conf \
     36 	65-fonts-persian.conf \
     37 	65-khmer.conf \
     38 	65-nonlatin.conf \
     39 	69-unifont.conf \
     40 	70-no-bitmaps.conf \
     41 	70-yes-bitmaps.conf \
     42 	80-delicious.conf \
     43 	90-synthetic.conf
     44 
     45 FILESDIR= \
     46 	/etc/fonts/conf.d
     47 
     48 .include <bsd.x11.mk>
     49 .include <bsd.prog.mk>
     50