1 1.1.12.2 msaitoh # $NetBSD 2 1.1.12.2 msaitoh 3 1.1.12.2 msaitoh .include <bsd.own.mk> 4 1.1.12.2 msaitoh 5 1.1.12.2 msaitoh PROG= fc-pattern 6 1.1.12.2 msaitoh 7 1.1.12.2 msaitoh CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I. -I${DESTDIR}${X11INCDIR}/freetype2 8 1.1.12.2 msaitoh 9 1.1.12.2 msaitoh LDADD+= -lfontconfig -lfreetype -lexpat 10 1.1.12.2 msaitoh DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} 11 1.1.12.2 msaitoh 12 1.1.12.2 msaitoh .PATH: ${X11SRCDIR.fontconfig}/${PROG} 13 1.1.12.2 msaitoh 14 1.1.12.2 msaitoh FCARCH_DEPFILE= fc-pattern.c 15 1.1.12.2 msaitoh .include "../../lib/fontconfig/src/Makefile.fcarch" 16 1.1.12.2 msaitoh 17 1.1.12.2 msaitoh .include <bsd.x11.mk> 18 1.1.12.2 msaitoh .include <bsd.prog.mk> 19