mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
2 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue