blob: 431dab782e6f28fdf63e85a88786dfde69cd9a59 (
plain) (
blame)
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
|
DISTVERSION= ${DOTNETVERSION}.0-alpha.1.24528.7
PKGNAMESUFFIX= -devel
DOTNET_PORTABLE=
NO_RELEASE_JSON=
GH_TAGNAME= ceda881686f48350dc079304ff15edcbeda6c5e3
BOOTSTRAP_DOTNETVERSION= 9.0
BOOTSTRAP_SDKVERSION= ${BOOTSTRAP_DOTNETVERSION}.110
BOOTSTRAP_SDKVERSIONSUFFIX= -servicing.25421.1
DOTNETVERSION= 10.0
SDKVERSION= ${DOTNETVERSION}.100-alpha.1.24530.1
SDKVERSIONSUFFIX= -alpha.1.24530.1
SDKSERVICESUFFIX?=
MASTERDIR= ${.CURDIR}/../dotnet
PATCHDIR= ${.CURDIR}/files
DISTINFO_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
.if defined(PACKAGE_BUILDING)
IGNORE= Not intended to be packaged, only used for bootstrapping
.endif
.include "${MASTERDIR}/Makefile"
|