summaryrefslogtreecommitdiff
path: root/external/mit/xorg/bin/fc-scan/Makefile
blob: 898b44b91c3baed294f5772c5d399d4f08032fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.2 2013/06/03 20:23:39 mrg Exp $

.include <bsd.own.mk>

PROG=	fc-scan

CPPFLAGS+=	-I${X11SRCDIR.fontconfig} -I. -I${DESTDIR}${X11INCDIR}/freetype2

LDADD+=	-lfontconfig -lfreetype -lexpat
DPADD+=	${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}

.PATH:	${X11SRCDIR.fontconfig}/${PROG}

.include "../../lib/fontconfig/src/Makefile.fcarch"

.include <bsd.x11.mk>
.include <bsd.prog.mk>