xenocara/kdrive/Makefile.bsd-wrapper
2009-01-28 22:16:07 +00:00

24 lines
537 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/01/28 22:16:07 matthieu Exp $
.include <bsd.xconf.mk>
_SRCDIR= ${.CURDIR}/../xserver
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
--with-xkb-path=/etc/X11/xkb \
--with-xkb-output=/var/db/xkb \
--with-dri-driver-path=${LIBDIR}/modules/dri \
--enable-dri \
--disable-xorg \
--disable-xinput \
--enable-kdrive \
--disable-dmx \
--disable-xprint \
--disable-xnest \
--disable-xvfb
realinstall:
(cd hw/kdrive/ephyr ; make install)
.include <bsd.xorg.mk>