freebsd-ports/devel/mingw32-bin-msvcrt/Makefile
Pawel Pekala 354459b665 Update to r3.20.a3.14
PR:		ports/160440
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:	miwi, wen (mentors implicit)
2011-09-05 18:19:20 +00:00

37 lines
1,018 B
Makefile

# New ports collection makefile for: mingw32-bin-msvcrt
# Date created: 24 Oct 2002
# Whom: Lev A. Serebryakov <lev@serebryakov.spb.ru>
#
# $FreeBSD$
#
PORTNAME= bin-msvcrt
PORTVERSION= r${RUNTIMEVERSION}.a${APIVERSION}
CATEGORIES= devel
MASTER_SITES= SF/mingw/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-${RUNTIMEVERSION}:runtime \
SF/mingw/MinGW/BaseSystem/RuntimeLibrary/Win32-API/w32api-${APIVERSION}:api
PKGNAMEPREFIX= mingw32-
DISTFILES= mingwrt-${RUNTIMEVERSION}-mingw32-dev${EXTRACT_SUFX}:runtime \
mingwrt-${RUNTIMEVERSION}-mingw32-dll${EXTRACT_SUFX}:runtime \
w32api-${APIVERSION}-mingw32-dev${EXTRACT_SUFX}:api
DIST_SUBDIR= mingw
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Headers and Libraries for Windows cross-development
CONFLICTS= mingw-bin-msvcrt-*
RUNTIMEVERSION= 3.20
APIVERSION= 3.14
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>