summaryrefslogtreecommitdiffstats
path: root/graphics/dri/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dri/Makefile')
-rw-r--r--graphics/dri/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
deleted file mode 100644
index 4ea164c..0000000
--- a/graphics/dri/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: dri
-# Date created: 8 Nov 2003
-# Whom: anholt@FreeBSD.org
-#
-# $FreeBSD: ports/graphics/dri/Makefile,v 1.35 2010/03/25 23:11:21 marius Exp $
-#
-
-PORTNAME= dri
-PORTVERSION= ${MESAVERSION}
-PORTEPOCH= 2
-CATEGORIES= graphics
-
-COMMENT= OpenGL hardware acceleration drivers for the DRI
-
-LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm \
- expat.6:${PORTSDIR}/textproc/expat2
-BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
-
-CONFLICTS= dri-6.2.2005* dri-6.5.2006*
-MAKE_JOBS_UNSAFE= yes
-
-USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto
-
-EXTRA_PATCHES+= ${FILESDIR}/patch-mach64_context.h \
- ${FILESDIR}/patch-sis_context.h
-
-
-do-install:
- cd ${WRKSRC}/src/mesa; ${GMAKE} install-dri
-
-.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64"
-BROKEN= Does not install on ia64
-.endif
-
-.include <bsd.port.post.mk>