pkgsrc/x11/xf86-video-nv/Makefile
wiz 231ff63c2d Update to 2.1.7:
Aaron Plattner (9):
      GeForce 8800 GT.
      G80: Reduce load detection false positives.
      Bug #7309: Delay after disabling cursor to avoid wedging the cursor
        hardware on GeForce 6150.
      G80Create{Dac,Sor} return pointers, not Bools.
      New chips.
      Fix more load detection false positives.
      Update know card list date and add G92 to the manpage.
      Fix warning.
      Bump to 2.1.7.

Alan Coopersmith (1):
      xcalloc needs 2 args, Xcalloc takes one - yay for inconsistency!

Giuseppe Bilotta (2):
      Add macros to retrieve the subsystem vendor/device
      Enable backlight toggling for Dell Inspiron 8200 GeForce2 Go

Ian Romanick (1):
      Build fix for recent removal of ALLOCATE_LOCAL and DEALLOCATE_LOCAL
2008-03-04 14:41:00 +00:00

32 lines
1,003 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/03/04 14:41:00 wiz Exp $
DISTNAME= xf86-video-nv-2.1.7
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
COMMENT= Modular Xorg NVIDIA video driver
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/glproto/buildlink3.mk"
.include "../../x11/libdrm/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
.include "../../x11/xf86driproto/buildlink3.mk"
.include "../../x11/xf86miscproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xineramaproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"