11 lines
313 B
Makefile
11 lines
313 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
|
|
|
|
SHARED_LIBS= fontconfig 5.0
|
|
|
|
CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
|
|
--mandir=${X11BASE}/share/man \
|
|
--with-default-fonts=${X11BASE}/lib/X11/fonts \
|
|
--with-add-fonts=/usr/local/lib/X11/fonts
|
|
|
|
.include <bsd.xorg.mk>
|