summaryrefslogtreecommitdiff
path: root/graphics/Mesa/Makefile.common
blob: 35e6c9530ed5210ad5018d3a0b29a3198f8f4306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: Makefile.common,v 1.53 2006/10/09 12:52:35 joerg Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
#

DISTNAME?=	MesaLib-${MESA_VERSION}
CATEGORIES=	graphics
MASTER_SITES= 	${MASTER_SITE_SOURCEFORGE:=mesa3d/}
EXTRACT_SUFX=	.tar.bz2

# When changing this version, please run "make distinfo" in the following
# package directories:
#
#	graphics/MesaLib
#	graphics/MesaDemos
#	graphics/glx-utils
#
MESA_VERSION=	6.4.2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.mesa3d.org/

PKG_DESTDIR_SUPPORT=	user-destdir

WRKSRC=		${WRKDIR}/Mesa-${MESA_VERSION}
BUILDING_MESA=	yes
NO_CONFIGURE=	yes
DIST_SUBDIR=	Mesa-${MESA_VERSION}

.include "../../mk/x11.buildlink3.mk"