summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-ati/Makefile
blob: 3fe72e5c4184e73522485f32334be87d29949108 (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
29
# $FreeBSD$

PORTNAME=   xf86-video-ati
PORTVERSION=    ${ATI_VERSION}
CATEGORIES= x11-drivers

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

USE_GL=     gl
XORG_CAT=   driver
USE_XORG=   xf86driproto xineramaproto xf86miscproto glproto
MAN4=       ati.4x radeon.4x
NO_STAGE=   yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 1000051
ATI_VERSION=    6.14.6
CONFIGURE_ARGS+=--disable-kms
PLIST_SUB+= OLD=""
.else
ATI_VERSION=    7.2.0
CONFIGURE_ARGS+=--disable-udev
EXTRA_PATCHES+= ${FILESDIR}/extra-src__radeon_kms.c
PLIST_SUB+= OLD="@comment "
.endif

.include <bsd.port.post.mk>