blob: 2d99694e794e70ad7a595ee530ca02c10d713f84 (
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.73 2012/10/23 10:24:06 wiz Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
#
# used by graphics/Mesa/Makefile.lib
.include "../../graphics/Mesa/Makefile.version"
DISTNAME?= ${MESA_DISTNAME}
EXTRACT_SUFX= .tar.bz2
CATEGORIES= graphics
MASTER_SITES= ${MESA_SITES}
# When changing this version, please run "make distinfo" in the following
# package directories:
#
# graphics/MesaLib
# graphics/glx-utils
#
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mesa3d.org/
WRKSRC= ${WRKDIR}/Mesa-${MESA_VERSION}
BUILDING_MESA= yes
NO_CONFIGURE= yes
DIST_SUBDIR= Mesa-${MESA_PKGVERSION}
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
|