# Copyright # Distributed under the terms of the GNU General Public License v2 # $Header: xf86-video-glide-1.0.0.ebuild $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" XDPVER=4 inherit x-modular DESCRIPTION="Voodoo 1/2 video driver" KEYWORDS="x86" RDEPEND="media-libs/glide-v2 >=x11-base/xorg-server-1.4" DEPEND="${RDEPEND} x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/xextproto x11-proto/xf86dgaproto x11-proto/xproto" src_compile() { ./configure --prefix=/usr --with-glide-include-dir=/usr/include/glide2 || die "configure failed" emake || die "make failed!" }