Changeset View
Changeset View
Standalone View
Standalone View
graphics/mesa-dri/Makefile.common
# Makefile.common - shared code between MesaLib ports. | # Makefile.common - shared code between MesaLib ports. | ||||
# | # | ||||
# !!! Here be dragons !!! (they seem to be everywhere these days) | # !!! Here be dragons !!! (they seem to be everywhere these days) | ||||
# | # | ||||
# Remember to upgrade the following ports everytime you bump MESAVERSION: | # Remember to upgrade the following ports everytime you bump MESAVERSION: | ||||
# | # | ||||
# - graphics/libosmesa | # - graphics/libosmesa | ||||
# - graphics/mesa-dri | # - graphics/mesa-dri | ||||
# - graphics/mesa-libs | # - graphics/mesa-libs | ||||
# - lang/clover | # - lang/clover | ||||
# | # | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} | MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} | ||||
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} | MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} | ||||
MESABASEVERSION= 18.3.4 | MESABASEVERSION= 19.0.0 | ||||
# if there is a subversion, don't include the '-' between 7.11-rc2. | # if there is a subversion, don't include the '-' between 7.11-rc2. | ||||
MESASUBVERSION= | MESASUBVERSION= rc5 | ||||
MASTER_SITES= https://mesa.freedesktop.org/archive/ \ | MASTER_SITES= https://mesa.freedesktop.org/archive/ \ | ||||
https://mesa.freedesktop.org/archive/${MESABASEVERSION}/ \ | https://mesa.freedesktop.org/archive/${MESABASEVERSION}/ \ | ||||
ftp://ftp.freedesktop.org/pub/mesa/ \ | ftp://ftp.freedesktop.org/pub/mesa/ \ | ||||
ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ | ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ | ||||
DISTFILES= mesa-${MESADISTVERSION}${EXTRACT_SUFX} | DISTFILES= mesa-${MESADISTVERSION}${EXTRACT_SUFX} | ||||
Show All 15 Lines | |||||
.if ${OPSYS} == DragonFly | .if ${OPSYS} == DragonFly | ||||
LIB_DEPENDS+= libelf.so:devel/libelf | LIB_DEPENDS+= libelf.so:devel/libelf | ||||
.endif | .endif | ||||
USES+= compiler:c++11-lib bison gettext-tools gmake libtool \ | USES+= compiler:c++11-lib bison gettext-tools gmake libtool \ | ||||
localbase pathfix pkgconfig python:2.7,build shebangfix tar:xz | localbase pathfix pkgconfig python:2.7,build shebangfix tar:xz | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
CONFIGURE_ARGS+=--enable-autotools | |||||
# only have one port to check with portscout. | # only have one port to check with portscout. | ||||
.if ${PORTNAME} != mesa-dri | .if ${PORTNAME} != mesa-dri | ||||
PORTSCOUT= ignore:1 | PORTSCOUT= ignore:1 | ||||
.endif | .endif | ||||
python_OLD_CMD= /usr/bin/env[[:space:]]python2 /usr/bin/python2 /bin/env[[:space:]]python | python_OLD_CMD= /usr/bin/env[[:space:]]python2 /usr/bin/python2 /bin/env[[:space:]]python | ||||
SHEBANG_FILES= src/gallium/*/*/*.py src/gallium/tools/trace/*.py \ | SHEBANG_FILES= src/gallium/*/*/*.py src/gallium/tools/trace/*.py \ | ||||
▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines |