mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
This commit is contained in:
parent
3dcc749d60
commit
1f48b5f761
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361192
@ -8,7 +8,7 @@ MASTER_SITES= http://www.libsdl.org/extras/win32/cygwin/
|
||||
PKGNAMEPREFIX= mingw32-
|
||||
DISTNAME= ${PORTNAME}-devel
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= DirectX header files for use with MinGW
|
||||
|
||||
BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \
|
||||
@ -17,11 +17,11 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= 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 \
|
||||
${LOCALBASE}/mingw32/include/
|
||||
${STAGEDIR}${PREFIX}/mingw32/include/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,3 +3,4 @@ mingw32/include/ddraw.h
|
||||
mingw32/include/dinput.h
|
||||
mingw32/include/directx.h
|
||||
mingw32/include/dsound.h
|
||||
@dirrmtry mingw32/include
|
||||
|
Loading…
Reference in New Issue
Block a user