blob: 205a3e119f0620a21fdaf913e4822d0b60d30c3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile.common,v 1.7 2003/03/24 18:23:25 jschauma Exp $
# Latest is: 5.0
# Default is: 5.0
MESA_VERSION= ${MESA_REQD}
DISTNAME?= MesaLib-${MESA_VERSION}
CATEGORIES?= graphics
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= packages@netbsd.org
HOMEPAGE?= http://www.mesa3d.org/
USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE?= yes
CONFIGURE_ARGS+= --enable-static
|