http://nyftp.netbsd.org/pub/pkgsrc/packages/reports/2013Q2/NetBSD-5.1-x86_64/20130704.0747/MesaLib-7.11.2nb2/configure.log
33 lines
995 B
Text
33 lines
995 B
Text
# $NetBSD: Makefile.common,v 1.75 2013/07/06 21:56:13 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}
|
|
DIST_SUBDIR= Mesa-${MESA_PKGVERSION}
|
|
|
|
BUILDLINK_API_DEPENDS.glproto+= glproto>=1.4.11
|
|
.include "../../x11/glproto/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXi/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|