pkgsrc/x11/xf86-video-tdfx/Makefile
hasso 07880bd51d Updated to 1.4.1.
Changes in 1.4.1:
=================

Dave Airlie (1):
      tdfx 1.4.1

Jakub Bogusz (1):
      Bug #17557: Fix device initialization.

Tiago Vignatti (2):
      Remove libc wrapper functions.
      Fix my bad typo in last commit.

Changes in 1.4.0:
=================

Adam Jackson (2):
      Death to RCS tags.
      tdfx 1.4.0

Brice Goglin (1):
      TDFX_*_VERSION using PACKAGE_VERSION_*

Dave Airlie (1):
      update tdfx to use proper pciaccess detection

Ian Romanick (6):
      Supply NULL driverFunc pointer in DriverRec.
      Wrap pciReadLong / pciWriteLong with macros.
      Make TDFXGetRec return the pointer instead of a bool.
      Minor code cleaning in TDFXMapMem.
      White-space police in TDFXInitChips.
      Initial pass at porting driver to pci-rework.  DOES NOT WORK.

James Cloos (2):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings

Matthieu Herrb (1):
      Makefile.am: nuke RCS Id

Michael Lorenz (1):
      Add DDC2/I2C support to the tdfx driver
2009-06-10 08:05:03 +00:00

28 lines
783 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/06/10 08:05:03 hasso Exp $
#
DISTNAME= xf86-video-tdfx-1.4.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg 3Dfx video driver
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-dri
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/glproto/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"