blob: 05ba5e00a0b631eb0e5d978f25c00e51761033b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.8 2008/07/22 21:49:30 tnn Exp $
#
DISTNAME= xf86-video-radeonhd-1.2.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://ati.amd.com/
COMMENT= Modular X.org driver for Radeon HD series
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_atombios_h=yes
CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_Decoder_h=yes
.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"
|