freebsd-ports/devel/mingw32-bin-msvcrt/Makefile

36 lines
889 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%20Runtime/Current%20Release_%20mingwrt-3.15.2
PKGNAMEPREFIX= mingw32-
DISTFILES= mingwrt-${RUNTIMEVERSION}-mingw32-dev${EXTRACT_SUFX} \
mingwrt-${RUNTIMEVERSION}-mingw32-dll${EXTRACT_SUFX} \
w32api-${APIVERSION}-mingw32-dev${EXTRACT_SUFX}
DIST_SUBDIR= mingw
MAINTAINER= lev@FreeBSD.org
COMMENT= Headers and Libraries for Windows cross-development
CONFLICTS= mingw-bin-msvcrt-*
RUNTIMEVERSION= 3.15.2
APIVERSION= 3.13
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>