pkgsrc/x11/xf86-video-vesa/Makefile
sno b068c03eff Update to xf86-video-vesa-2.2.0
2.2.0:
  Add yet another pass to mode validation.
  Add README with pointers to mailing list, bugzilla & git repos
  Remove xorgconfig & xorgcfg from See Also list in man page
2.1.0:
  Make ISA support optional.
  VESASetMode: be verbose about the mode that's being set.
  Properly define the driver version
  Default VESAValidMode to returning MODE_BAD.
  Add a TODO list.
  Warning cleanup.
  Use VBE services for DPMS instead of banging VGA registers manually.
2009-06-07 21:47:04 +00:00

20 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/06/07 21:47:04 sno Exp $
#
DISTNAME= xf86-video-vesa-2.2.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg VESA 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 "../../mk/bsd.pkg.mk"