xenocara/lib/fontconfig/Makefile.bsd-wrapper

12 lines
344 B
Makefile
Raw Normal View History

2006-12-01 13:28:24 -07:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/12/01 20:28:24 matthieu Exp $
2006-11-26 05:07:34 -07:00
SHARED_LIBS= fontconfig 5.0
CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
--mandir=${X11BASE}/share/man \
2006-12-01 13:28:24 -07:00
--with-cache-dir=/var/cache \
2006-11-26 05:07:34 -07:00
--with-default-fonts=${X11BASE}/lib/X11/fonts \
--with-add-fonts=/usr/local/lib/X11/fonts
.include <bsd.xorg.mk>