xenocara/lib/fontconfig/Makefile.bsd-wrapper
matthieu 48b7839b9e Disable building of docs explicitely. Avoids that installed
docbook2html triggers it accidentally.
2006-12-12 21:31:29 +00:00

13 lines
373 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2006/12/12 21:31:29 matthieu Exp $
SHARED_LIBS= fontconfig 5.0
CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
--mandir=${X11BASE}/share/man \
--with-cache-dir=/var/cache/fontconfig \
--with-default-fonts=${X11BASE}/lib/X11/fonts \
--with-add-fonts=/usr/local/lib/X11/fonts \
--disable-docs
.include <bsd.xorg.mk>