ac99f5a8ab
Death to RCS tags. Fix includes to silence a warning. rendition 4.2.0 Man page updates - replace references to XFree86 & changes for XF86 4.0 RENDITION_VERSION* using PACKAGE_VERSION_* pciaccess: make auto-detect work pciaccess: do unmap path Supply NULL driverFunc pointer in DriverRec. Add prototype for renditionGetRec. Move renditionTypes, renditionChipsets, and renditionPCIchipsets earlier in file. Port driver to PCI-rework interfaces. Makefile.am: nuke RCS Id
23 lines
623 B
Makefile
23 lines
623 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/08/09 15:51:59 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= xf86-video-rendition-4.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 Rendition 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/xextproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|