b068c03eff
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.
20 lines
475 B
Makefile
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"
|