e1f972b588
Frederick C Druseikis who also sent a patch. Thanks.
16 lines
397 B
Makefile
16 lines
397 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2006/12/31 09:47:13 matthieu Exp $
|
|
|
|
DIST= ${.CURDIR}
|
|
|
|
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
|
--with-xkb-path=/etc/X11/xkb \
|
|
--with-xkb-output=/var/db/xkb \
|
|
--with-module-dir=${LIBDIR}/modules \
|
|
--with-mesa-source=${XENOCARA_TOP}/dist/Mesa \
|
|
--enable-install-setuid --enable-privsep \
|
|
--disable-dmx
|
|
|
|
.include <bsd.xorg.mk>
|
|
|
|
|