15 lines
349 B
Makefile
15 lines
349 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2006/12/01 20:29:51 matthieu Exp $
|
|
|
|
DIST= ${.CURDIR}
|
|
|
|
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
|
--datadir=/etc \
|
|
--with-module-dir=${LIBDIR}/modules \
|
|
--with-mesa-source=${XENOCARA_TOP}/dist/Mesa \
|
|
--enable-install-setuid --enable-privsep \
|
|
--disable-dmx
|
|
|
|
.include <bsd.xorg.mk>
|
|
|
|
|