xenocara/lib/fontconfig/Makefile.bsd-wrapper

15 lines
422 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2012/01/26 08:09:21 matthieu Exp $
2006-11-26 05:07:34 -07:00
SHARED_LIBS= fontconfig 7.0
2006-11-26 05:07:34 -07:00
CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
2006-12-17 14:45:51 -07:00
--mandir=${X11BASE}/man \
--with-cache-dir=/var/cache/fontconfig \
2006-11-26 05:07:34 -07:00
--with-default-fonts=${X11BASE}/lib/X11/fonts \
--with-add-fonts=/usr/local/lib/X11/fonts
2006-11-26 05:07:34 -07:00
realinstall:
exec ${MAKE} RUN_FC_CACHE_TEST=false ${_lt_libs} install
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>