pkgsrc-wip/xf86-video-intel-old/Makefile
Thomas Klausner 0c0b95fe75 This does not compile, and is just here for those interested enough
in getting it to compile.

Import xf86-video-intel-2.7.1nb6 as wip/xf86-video-intel-old.

This is the video driver for Intel cards for the modular Xorg server.
Support hardware includes the following chipsets:
  - i810, i810-dc100, i810e
  - i815
  - i830
  - i845
  - i852
  - i855
  - i915
  - i945
  - i965

An older version of the Intel driver is available in x11/xf86-video-i810.
2013-05-25 13:09:48 +00:00

35 lines
894 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/05/25 13:09:48 thomasklausner Exp $
DISTNAME= xf86-video-intel-2.7.1
PKGREVISION= 6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg Intel video driver
CONFLICTS+= xf86-video-i810-[0-9]*
CONFIGURE_ARGS+= --enable-dri
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
.endif
BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.4.7
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libXvMC/buildlink3.mk"
.include "../../x11/libdrm/buildlink3.mk"
.include "../../x11/xineramaproto/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"