mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
108667f406
[2] Package sis_dri.so on i386. PR: [2] ports/71312 Submitted by: [2] oliver Approved by: portmgr (linimon)
41 lines
803 B
Makefile
41 lines
803 B
Makefile
# New ports collection makefile for: dri
|
|
# Date created: 8 Nov 2003
|
|
# Whom: anholt@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dri
|
|
PORTVERSION= 5.0.2
|
|
PORTEPOCH= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XORG}
|
|
DISTFILES= X11R6.7.0-src1.tar.gz \
|
|
X11R6.7.0-src3.tar.gz
|
|
|
|
MAINTAINER= anholt@FreeBSD.org
|
|
COMMENT= OpenGL hardware acceleration drivers for the DRI
|
|
|
|
EXTRA_PATCHES+= ${CF_PATCHES}
|
|
|
|
USE_XLIB= yes
|
|
|
|
ONLY_FOR_ARCHS= i386 alpha amd64
|
|
|
|
XBUILD_DIRS= lib/GL
|
|
XINSTALL_DIRS= lib/GL/mesa/src/drv
|
|
|
|
.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc"
|
|
.include <bsd.port.pre.mk>
|
|
.if ${ARCH} == i386
|
|
PLIST_SUB+= I386=""
|
|
.else
|
|
PLIST_SUB+= I386="@comment "
|
|
.endif
|
|
.if ${ARCH} == amd64
|
|
PLIST_SUB+= NO_AMD64="@comment "
|
|
.else
|
|
PLIST_SUB+= NO_AMD64=""
|
|
.endif
|
|
.include <bsd.port.post.mk>
|