xenocara/lib/libXfont/Makefile.bsd-wrapper

13 lines
282 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2014/09/27 17:42:14 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 05:07:34 -07:00
SHARED_LIBS= Xfont 12.0
2006-11-26 05:07:34 -07:00
CONFIGURE_ARGS+= --with-xmlto=no
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
CONFIGURE_ARGS+= --disable-loadable-font-modules
.endif
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>