mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
05fd236239
- update to r4.0.3.1.a4.0.3.1 - support staging PR: 187231 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
36 lines
913 B
Makefile
36 lines
913 B
Makefile
# Created by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
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= cyberbotx@cyberbotx.com
|
|
COMMENT= Headers and Libraries for Windows cross-development
|
|
|
|
CONFLICTS= mingw-bin-msvcrt-[0-9]*
|
|
|
|
USE_XZ= yes
|
|
|
|
RUNTIMEVERSION= 4.0.3-1
|
|
APIVERSION= 4.0.3-1
|
|
|
|
NO_MTREE= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.if defined(INSTALL_AS_USER)
|
|
MAKE_ARGS+= INSTALL_AS_USER=yes
|
|
.endif
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|