Changeset View
Changeset View
Standalone View
Standalone View
Mk/Uses/gecko.mk
| Show First 20 Lines • Show All 44 Lines • ▼ Show 20 Lines | |||||
| _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:C/[0-9]*\.//:C/\..*//} | _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:C/[0-9]*\.//:C/\..*//} | ||||
| .endif | .endif | ||||
| # Dependence lines for different Seamonkey versions | # Dependence lines for different Seamonkey versions | ||||
| 49_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey | 49_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey | ||||
| .elif ${gecko_ARGS:Mthunderbird} | .elif ${gecko_ARGS:Mthunderbird} | ||||
| _GECKO_DEFAULT_VERSION= 52 | _GECKO_DEFAULT_VERSION= 60 | ||||
| _GECKO_VERSIONS= 52 | _GECKO_VERSIONS= 60 | ||||
| _GECKO_TYPE= thunderbird | _GECKO_TYPE= thunderbird | ||||
| .if exists(${LOCALBASE}/bin/thunderbird) | .if exists(${LOCALBASE}/bin/thunderbird) | ||||
| _GECKO_INSTALLED_VER!= ${PKG_QUERY} %v thunderbird | _GECKO_INSTALLED_VER!= ${PKG_QUERY} %v thunderbird | ||||
| _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:C/\..*//} | _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:C/\..*//} | ||||
| .endif | .endif | ||||
| # Dependence lines for different Thunderbird versions | # Dependence lines for different Thunderbird versions | ||||
| 52_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird | 60_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird | ||||
| .else | .else | ||||
| IGNORE= Unknown type of gecko dependency you may specify either firefox, seamonkey or thunderbird | IGNORE= Unknown type of gecko dependency you may specify either firefox, seamonkey or thunderbird | ||||
| .endif | .endif | ||||
| .if defined(_GECKO_TYPE) | .if defined(_GECKO_TYPE) | ||||
| .if ${_GECKO_VERSION:M*+} | .if ${_GECKO_VERSION:M*+} | ||||
| _GECKO_MIN_VERSION:= ${_GECKO_VERSION:S/+//} | _GECKO_MIN_VERSION:= ${_GECKO_VERSION:S/+//} | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||