2007-01-29 15:06:35 -07:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2007/01/29 22:06:35 matthieu Exp $
|
2006-11-26 12:03:36 -07:00
|
|
|
|
|
|
|
DIST= ${.CURDIR}
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
2006-12-31 02:47:13 -07:00
|
|
|
--with-xkb-path=/etc/X11/xkb \
|
|
|
|
--with-xkb-output=/var/db/xkb \
|
2006-11-26 12:03:36 -07:00
|
|
|
--with-module-dir=${LIBDIR}/modules \
|
|
|
|
--with-mesa-source=${XENOCARA_TOP}/dist/Mesa \
|
2006-11-28 13:29:31 -07:00
|
|
|
--enable-install-setuid --enable-privsep \
|
2006-11-26 12:03:36 -07:00
|
|
|
--disable-dmx
|
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|