diff --git a/devel/mingw32-bin-msvcrt/Makefile b/devel/mingw32-bin-msvcrt/Makefile index bde81f381f8f..5f247aad0647 100644 --- a/devel/mingw32-bin-msvcrt/Makefile +++ b/devel/mingw32-bin-msvcrt/Makefile @@ -1,29 +1,32 @@ PORTNAME= bin-msvcrt PORTVERSION= r${RUNTIMEVERSION:S/-/./}.a${APIVERSION:S/-/./} CATEGORIES= devel MASTER_SITES= SF/mingw/MinGW/Base/mingw-rt/mingwrt-${RUNTIMEVERSION:C/-.*$//}:runtime \ SF/mingw/MinGW/Base/w32api/w32api-${APIVERSION:C/-.*$//}:api PKGNAMEPREFIX= mingw32- DISTFILES= mingwrt-${RUNTIMEVERSION}-mingw32-dev.tar.lzma:runtime \ mingwrt-${RUNTIMEVERSION}-mingw32-dll.tar.lzma:runtime \ w32api-${APIVERSION}-mingw32-dev.tar.lzma:api DIST_SUBDIR= mingw MAINTAINER= ports@FreeBSD.org COMMENT= Headers and Libraries for Windows cross-development WWW= http://mingw.sourceforge.net -CONFLICTS= mingw-bin-msvcrt +DEPRECATED= Last upstream release was in 2014 and project mingw32 is defunct +EXPIRATION_DATE= 2023-11-21 USES= tar:xz +CONFLICTS= mingw-bin-msvcrt + RUNTIMEVERSION= 4.0.3-1 APIVERSION= 4.0.3-1 NO_MTREE= yes NO_WRKSUBDIR= yes post-extract: @${CP} ${FILESDIR}/Makefile ${WRKSRC} .include