USE_LIBTOOL instead of packages libtool.

This commit is contained in:
jlam 2000-06-21 02:24:22 +00:00
parent 5f0bc2f091
commit 740d8bdfb2

View file

@ -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"