Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / bin / fc-match / Makefile
blob727ba3d075c4d23624f109fc9316620116cf592e
1 # $NetBSD: Makefile,v 1.3 2014/01/03 20:18:45 christos Exp $
3 .include <bsd.own.mk>
5 PROG= fc-match
7 CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I.
9 LDADD+= -lfontconfig -lfreetype -lexpat -lbz2 -lz
10 DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBBZ2} ${LIBZ}
12 .PATH: ${X11SRCDIR.fontconfig}/${PROG}
14 .include "../../lib/fontconfig/src/Makefile.fcarch"
16 .include <bsd.x11.mk>
17 .include <bsd.prog.mk>