aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-ati/Makefile
blob: 659aff65f1de8fa4544d013a828867c6d2058c5d (plain) (blame)
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
28
# $FreeBSD$

PORTNAME=   xf86-video-ati
PORTVERSION=    7.9.0
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= x11-drivers

MAINTAINER= x11@FreeBSD.org
COMMENT=    X.Org ati display driver

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libpciaccess.so:devel/libpciaccess \
        libdrm_radeon.so:graphics/libdrm

USE_GL=     gl
XORG_CAT=   driver
USE_XORG=   pciaccess

# No Radeon kernel driver on non-x86 and PC98.
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON=  KMS is required and currently only available on x86

CONFIGURE_ARGS+=--disable-udev

.include <bsd.port.mk>