File:  [cvs.NetBSD.org] / pkgsrc / graphics / Mesa / Attic / Makefile.common
Revision 1.17: download - view: text, annotated - select for diffs
Thu Jul 17 21:39:59 2003 UTC (21 years, 10 months ago) by grant
Branches: MAIN
CVS tags: HEAD
s/netbsd.org/NetBSD.org/

# $NetBSD: Makefile.common,v 1.17 2003/07/17 21:39:59 grant Exp $

# Latest is:		5.0.1
# Default is:		3.4.2
MESA_REQD?=		3.4.2

MESA_VERSION=		${MESA_REQD}
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"

.if exists(${LOCALBASE}/lib/libGL.so.5) && empty(MESA_REQD:M5.[0-9]*)
MESA_REQD=                      5.0.1
.endif

MAKEFLAGS+=                     MESA_REQD="${MESA_REQD}"

CVSweb <webmaster@jp.NetBSD.org>