summaryrefslogtreecommitdiff
path: root/graphics/Mesa/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-15 11:57:17 +0000
committerrh <rh@pkgsrc.org>2000-10-15 11:57:17 +0000
commit26906ea2f72dc403786319c76a96161fcb2073eb (patch)
treeac461fa707c34d58544de50be9ef816b5aba4938 /graphics/Mesa/Makefile
parentda93d49bc898ac9555ba9db28fa73ab4c01f0f2a (diff)
downloadpkgsrc-26906ea2f72dc403786319c76a96161fcb2073eb.tar.gz
Update Mesa to 3.2.1 (changes are bugfixes only) making this a meta package
that works under both XFree86-3.x and 4.x (with partially built-in Mesa).
Diffstat (limited to 'graphics/Mesa/Makefile')
-rw-r--r--graphics/Mesa/Makefile44
1 files changed, 25 insertions, 19 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile
index 25bfbdf4cd1..4aa086df5ba 100644
--- a/graphics/Mesa/Makefile
+++ b/graphics/Mesa/Makefile
@@ -1,27 +1,33 @@
-# $NetBSD: Makefile,v 1.34 2000/06/21 02:24:22 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2000/10/15 11:57:17 rh Exp $
#
-DISTNAME= MesaLib-3.1
-PKGNAME= Mesa-3.1
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \
- http://download.sourceforge.net/mesa3d/
-EXTRACT_SUFX= .tar.bz2
-# MesaDemos is needed for glut
-DISTFILES= MesaLib-3.1${EXTRACT_SUFX} \
- MesaDemos-3.1${EXTRACT_SUFX}
+DISTNAME= Mesa-3.2.1
+CATEGORIES= graphics
+MASTER_SITES= # empty
+DISTFILES= # empty
-MAINTAINER= mycroft@netbsd.org
-HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html
-CONFLICTS= Mesa-glx-*
+DEPENDS+= glu-3.2.1:../../graphics/glu
+DEPENDS+= glut-3.2.1:../../graphics/glut
-WRKSRC= ${WRKDIR}/${PKGNAME}
-USE_X11BASE= # defined
-USE_LIBTOOL= # defined
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFLICTS= Mesa-glx-*
-GNU_CONFIGURE= # defined
-CONFIGURE_ARGS= --enable-static
+CHECK_MESA= yes
+.include "../../mk/bsd.prefs.mk"
+
+.if ${HAVE_BUILTIN_MESA} == "NO"
+DEPENDS+= MesaLib-3.2.1:../../graphics/MesaLib
+.endif
+
+USE_X11BASE= yes
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+EXTRACT_ONLY= # empty
+
+do-install: # empty
.include "../../mk/bsd.pkg.mk"