27 lines
754 B
Makefile
27 lines
754 B
Makefile
# $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"
|