summaryrefslogtreecommitdiff
path: root/lib/fontconfig/Makefile.bsd-wrapper
blob: f663818f9b56bfaf469fb7fc80e4a34707cf3575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile.bsd-wrapper,v 1.9 2007/05/31 21:18:47 matthieu Exp $

SHARED_LIBS=	fontconfig 5.1

CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
	--mandir=${X11BASE}/man \
	--with-cache-dir=/var/cache/fontconfig \
	--with-default-fonts=${X11BASE}/lib/X11/fonts \
	--with-add-fonts=/usr/local/lib/X11/fonts

realinstall:
	exec ${MAKE} RUN_FC_CACHE_TEST=false install

.include <bsd.xorg.mk>