14 lines
313 B
Makefile
14 lines
313 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:34:41 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 \
|
|
--disable-dmx
|
|
|
|
.include <bsd.xorg.mk>
|
|
|
|
|