15 lines
397 B
Makefile
15 lines
397 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2012/03/27 19:19:37 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
SHARED_LIBS= X11 15.1
|
|
|
|
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"
|
|
CONFIGURE_ARGS+= --disable-loadable-xcursor
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|