freebsd-ports/x11-drivers/xf86-video-ati/Makefile
Mark Linimon 512585d9f2 Allow building on powerpc64 for testing.
While here, pet portlint.

Reported by:	jhibbits
Approved by:	portmgr (tier-2 blanket)
2018-11-18 18:36:28 +00:00

29 lines
590 B
Makefile

# $FreeBSD$
PORTNAME= xf86-video-ati
PORTVERSION= 18.1.0
PORTEPOCH= 1
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org ati display driver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
# No Radeon kernel driver on non-x86.
ONLY_FOR_ARCHS= amd64 i386 powerpc64
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
libdrm_radeon.so:graphics/libdrm
CONFLICTS_INSTALL= xf86-video-ati-legacy
USE_GL= gl
XORG_CAT= driver
USE_XORG= pciaccess
CONFIGURE_ARGS+=--disable-udev
.include <bsd.port.mk>