46f72f7b07
Adam Jackson (2): Remove useless loader symbol lists. s3 0.6.2 Alan Coopersmith (2): Add README with pointers to mailing list, bugzilla & git repos Raise minimum xorg-server required to 1.4 for miGetPointerPosition Evgeny M. Zubok (4): shadowFB option. Interlace mode support. Close bug #14999. Trio64V+ now using NewMMIO. Enable Xv for Trio64V+ and Trio64UV+ Add manual page. Revert the using of BIOS defaults for the VRAM/DRAM timings Adam Hoka (1): Handle libpciaccess errors more gently and report any problems Dave Airlie (5): s3: switch to using config pci entity instead of active s3: remove unneeded include s3: fixup resources under pci access s3: change to using ABI version check s3: bump for release 0.6.3
24 lines
655 B
Makefile
24 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/08/09 22:51:13 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xf86-video-s3-0.6.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg S3 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 "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
|
.include "../../x11/videoproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|