2003-11-09 09:24:56 +01:00
|
|
|
# New ports collection makefile for: dri
|
2004-07-23 09:07:22 +02:00
|
|
|
# Date created: 8 Nov 2003
|
2003-11-09 09:24:56 +01:00
|
|
|
# Whom: anholt@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dri
|
2007-08-29 12:33:10 +02:00
|
|
|
PORTVERSION= ${MESAVERSION}
|
2007-07-02 21:31:54 +02:00
|
|
|
PORTEPOCH= 2
|
2003-11-09 09:24:56 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
2004-07-23 09:07:22 +02:00
|
|
|
COMMENT= OpenGL hardware acceleration drivers for the DRI
|
2003-11-09 09:24:56 +01:00
|
|
|
|
2007-05-21 16:59:09 +02:00
|
|
|
LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm \
|
|
|
|
expat.6:${PORTSDIR}/textproc/expat2
|
2004-08-11 21:45:03 +02:00
|
|
|
|
2009-01-24 22:07:32 +01:00
|
|
|
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto
|
2005-06-15 04:16:36 +02:00
|
|
|
|
2004-12-23 02:35:49 +01:00
|
|
|
do-install:
|
2009-01-23 17:28:36 +01:00
|
|
|
cd ${WRKSRC}/src/mesa; ${GMAKE} install-dri
|
2004-12-23 02:35:49 +01:00
|
|
|
|
2007-08-29 12:33:10 +02:00
|
|
|
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
|
2010-03-22 06:05:06 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2010-03-26 00:11:22 +01:00
|
|
|
.if ${ARCH} == "ia64"
|
|
|
|
BROKEN= Does not install on ia64
|
2010-03-22 06:05:06 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|