summaryrefslogtreecommitdiff
path: root/lang/linux-dotnet-runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/linux-dotnet-runtime/Makefile')
-rw-r--r--lang/linux-dotnet-runtime/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/lang/linux-dotnet-runtime/Makefile b/lang/linux-dotnet-runtime/Makefile
deleted file mode 100644
index 2cc47fc22d5a..000000000000
--- a/lang/linux-dotnet-runtime/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-PORTNAME?= dotnet-runtime
-DISTVERSION?= 2.0.7
-DISTVERSIONSUFFIX= -linux-x64
-CATEGORIES= lang
-MASTER_SITES?= https://download.microsoft.com/download/E/F/7/EF7302FE-4F84-4529-9E3A-893450F76501/
-PKGNAMEPREFIX= linux-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cross-platform .NET implementation
-WWW= https://www.microsoft.com/net/
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-DEPRECATED= Ancient version, no practical use
-EXPIRATION_DATE=2025-07-01
-
-ONLY_FOR_ARCHS= amd64
-
-.if ${PORTNAME} != dotnet-cli
-RUN_DEPENDS= dotnet:lang/linux-dotnet-cli
-.endif
-
-USES= linux:c7
-USE_LINUX?= curl icu libunwind lttng-ust openssl
-
-DATADIR= ${PREFIX}/share/dotnet
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-SLAVEDIR= ${.CURDIR}
-DISTINFO_FILE?= ${SLAVEDIR}/distinfo
-PLIST= ${SLAVEDIR}/pkg-plist
-PLIST_SUB= VERSION=${DISTVERSION}
-
-BINFILES?= shared/Microsoft.NETCore.App/${DISTVERSION}/createdump
-
-.if !target(do-install)
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
- ${RM} ${STAGEDIR}${DATADIR}/dotnet ${STAGEDIR}${DATADIR}/LICENSE.txt ${STAGEDIR}${DATADIR}/ThirdPartyNotices.txt
-.for bin in ${BINFILES}
- ${RM} ${STAGEDIR}${DATADIR}/${bin}
- ${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${STAGEDIR}${DATADIR}/${bin}
-.endfor
-.endif
-
-.include <bsd.port.mk>