build infrastructure for xserver

This commit is contained in:
matthieu
2006-11-26 19:03:36 +00:00
parent 2949cecc26
commit d88df5f85e

View File

@@ -0,0 +1,13 @@
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:57:13 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>