diff --git a/devel/mingw32-directx/Makefile b/devel/mingw32-directx/Makefile index b6d1c204a96b..769b32bc036f 100644 --- a/devel/mingw32-directx/Makefile +++ b/devel/mingw32-directx/Makefile @@ -1,26 +1,30 @@ PORTNAME= directx PORTVERSION= 20020518 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://www.libsdl.org/extras/win32/cygwin/ PKGNAMEPREFIX= mingw32- DISTNAME= ${PORTNAME}-devel MAINTAINER= ports@FreeBSD.org COMMENT= DirectX header files for use with MinGW WWW= https://www.libsdl.org/extras/win32/cygwin/README.txt +DEPRECATED= Last upstream release was in 2002 and mingw32 project is more or less dead +EXPIRATION_DATE= 2023-11-20 + BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:devel/${PKGNAMEPREFIX}gcc \ mingwm10.dll:devel/mingw32-bin-msvcrt -NO_WRKSUBDIR= yes NO_BUILD= yes +NO_WRKSUBDIR= yes + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/mingw32/include .for f in d3dtypes.h ddraw.h dinput.h directx.h dsound.h ${INSTALL_DATA} ${WRKSRC}/include/w32api/$f \ ${STAGEDIR}${PREFIX}/mingw32/include/ .endfor .include