d6d7b9c1c7
Alan Coopersmith (2): Remove xorgconfig & xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla & git repos Dave Airlie (3): r128: update for resources/RAC API removal r128: change to using ABI version check r128: bump for release 6.8.1 Gaetan Nadon (1): Use XORG_CHANGELOG macro to create ChangeLog. #22611 John Nielsen (1): R128: fix zaphod dualhead after libpciaccess switch Matthieu Herrb (2): Kill bare RCS id. Don't de-reference a NULL pointer in R128FreeScreen in the error path. Peter Hutterer (1): Update to xextproto 7.1 support.
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2009/08/09 22:48:47 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-r128-6.8.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 ATI Rage128 video driver
|
|
|
|
CONFLICTS= xf86-video-ati<6.9.0
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFIGURE_ARGS+= --enable-dri
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../x11/fontsproto/buildlink3.mk"
|
|
.include "../../x11/glproto/buildlink3.mk"
|
|
.include "../../x11/libdrm/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
|
.include "../../x11/videoproto/buildlink3.mk"
|
|
.include "../../x11/xf86driproto/buildlink3.mk"
|
|
.include "../../x11/xf86miscproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xineramaproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|