xenocara/lib/libX11/Makefile.bsd-wrapper

15 lines
397 B
Makefile
Raw Normal View History

2013-05-23 16:42:07 -06:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2013/05/23 22:42:07 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 05:07:34 -07:00
2013-05-23 16:42:07 -06:00
SHARED_LIBS= X11 15.2
2006-11-26 05:07:34 -07:00
CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \
--disable-composecache \
--without-xmlto --without-fop --without-xsltproc
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
2007-03-15 16:23:39 -06:00
CONFIGURE_ARGS+= --disable-loadable-xcursor
.endif
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>