aa0aa518ac
on tech-pkg@ at various times. This means that regardless of what kind of GL support comes with X11, if a package depends on GL, Mesa 5.0.1 (or higher) will be installed into ${LOCALBASE}. Some troubleshooting after the latest patches by Krister Walfridsson.
19 lines
458 B
Text
19 lines
458 B
Text
# $NetBSD: Makefile.common,v 1.18 2003/08/26 01:43:51 jschauma Exp $
|
|
|
|
MESA_VERSION= 5.0.1
|
|
DISTNAME?= MesaLib-${MESA_VERSION}
|
|
CATEGORIES?= graphics
|
|
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
|
|
EXTRACT_SUFX?= .tar.bz2
|
|
|
|
MAINTAINER?= tech-pkg@NetBSD.org
|
|
HOMEPAGE?= http://www.mesa3d.org/
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GNU_CONFIGURE?= yes
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|