diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-21 02:24:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-21 02:24:22 +0000 |
commit | 740d8bdfb26973b3484cbf6e9735eb34501a279d (patch) | |
tree | 2ba2668ff120ff80b0dc0fcc09d1afe9d72b4873 /graphics/Mesa | |
parent | 5f0bc2f0912e697d275360929aa9ff96a562b803 (diff) | |
download | pkgsrc-740d8bdfb26973b3484cbf6e9735eb34501a279d.tar.gz |
USE_LIBTOOL instead of packages libtool.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index c8581c2a59d..25bfbdf4cd1 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,27 +1,27 @@ -# $NetBSD: Makefile,v 1.33 2000/06/01 11:23:26 rh Exp $ +# $NetBSD: Makefile,v 1.34 2000/06/21 02:24:22 jlam 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 +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} +DISTFILES= MesaLib-3.1${EXTRACT_SUFX} \ + MesaDemos-3.1${EXTRACT_SUFX} -MAINTAINER= mycroft@netbsd.org -HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html +MAINTAINER= mycroft@netbsd.org +HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html -CONFLICTS= Mesa-glx-* +CONFLICTS= Mesa-glx-* -WRKSRC= ${WRKDIR}/${PKGNAME} -USE_X11BASE= yes +WRKSRC= ${WRKDIR}/${PKGNAME} +USE_X11BASE= # defined +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static -# XXX our pkglibtool is too old -#USE_PKGLIBTOOL= yes +GNU_CONFIGURE= # defined +CONFIGURE_ARGS= --enable-static .include "../../mk/bsd.pkg.mk" |