blob: 3ef82b4840804791dbf015f647310434f76525ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/12/01 20:28:24 matthieu Exp $
SHARED_LIBS= fontconfig 5.0
CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
--mandir=${X11BASE}/share/man \
--with-cache-dir=/var/cache \
--with-default-fonts=${X11BASE}/lib/X11/fonts \
--with-add-fonts=/usr/local/lib/X11/fonts
.include <bsd.xorg.mk>
|