xenocara/lib/fontconfig/Makefile.bsd-wrapper
matthieu 6cd6a1d6f1 Update to fontconfig 2.6.0. ok naddy@
this uses a patched version of libtool to fix linking on vax.
2009-04-05 16:43:35 +00:00

15 lines
410 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2009/04/05 16:43:35 matthieu Exp $
SHARED_LIBS= fontconfig 6.0
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>