pkgsrc/graphics/Mesa/Makefile.version
bjs 570f86683e Refactor declaration of PATCHFILES/PATCH_SITES again, allowing
the X server to define its own.  PATCHFILES for modular-xorg-server
are now located in ${MASTER_SITE_LOCAL:=xorg-server-patchfiles/}.
2008-10-29 22:20:28 +00:00

24 lines
730 B
Makefile

# $NetBSD: Makefile.version,v 1.5 2008/10/29 22:20:28 bjs Exp $
#
# When changing this version, please run "make distinfo" in the following
# package directories:
#
# graphics/MesaLib
# graphics/glx-utils
#
# used by graphics/Mesa/Makefile.common
# used by x11/modular-xorg-server/options.mk
MESA_DISTNAME= MesaLib-${MESA_VERSION}
MESA_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
MESA_VERSION= 7.0.4
MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL}
MESA_PATCHFILES= 001 002
MESA_PATCHLEVEL= .1
.if defined(PKGPATH) && empty(PKGPATH:Mx11/modular-xorg-server)
PATCHFILES+= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}
PATCH_SITES+= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/
PATCH_DIST_STRIP= -p0
.endif