14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2006/12/17 21:46:45 matthieu Exp $
|
|
|
|
DIST= ${.CURDIR}
|
|
|
|
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
|
--with-module-dir=${LIBDIR}/modules \
|
|
--with-mesa-source=${XENOCARA_TOP}/dist/Mesa \
|
|
--enable-install-setuid --enable-privsep \
|
|
--disable-dmx
|
|
|
|
.include <bsd.xorg.mk>
|
|
|
|
|