mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-18 23:29:16 +00:00
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>
|
|
|
|
|