7edc2b5a56
requested by sthen@.
17 lines
394 B
Makefile
17 lines
394 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2009/08/04 15:45:41 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
SHARED_LIBS= X11 12.0
|
|
|
|
CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6
|
|
|
|
.if ${XENOCARA_BUILD_XCB:L} == "no"
|
|
CONFIGURE_ARGS+= --without-xcb
|
|
.endif
|
|
|
|
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
|
|
CONFIGURE_ARGS+= --disable-loadable-xcursor
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|