freebsd-ports/devel/mingw32-bin-msvcrt/Makefile
Edwin Groothuis 6f8f2a90f7 [NEW PORT] devel/mingw32-bin-msvcrt: new version of mingw32 toolchain
for Windows target

	This is runtime and headers from latest mingw32-2.0.0
	package.  Here is old port `devel/mingw-' from 1.0.0 package,
	but maintainer of this old port syay, taht he don't want
	update it, because new versions is not too stable. It is
	good idea, to have old and stable environment (with old and
	good-known gcc-2.95, etc) and new one.  We have many versions
	of native gcc in `lang/', for example.

PR:		ports/44458
Submitted by:	Lev A. Serbryakov <lev@serebryakov.spb.ru>
2003-05-19 03:39:58 +00:00

30 lines
709 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mingw
PKGNAMEPREFIX= mingw32-
DISTFILES= mingw-runtime-${RUNTIMEVERSION}${EXTRACT_SUFX} \
w32api-${APIVERSION}${EXTRACT_SUFX}
DIST_SUBDIR= mingw
MAINTAINER= lev@serebryakov.spb.ru
COMMENT= Headers and Libraries for Windows cross-development
RUNTIMEVERSION= 2.2
APIVERSION= 2.0
NO_MTREE= yes
NO_WRKSUBDIR= yes
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
.include <bsd.port.mk>