blob: f9ec1a03d7a2feb413c319c11cc3b1248785b8f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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@FreeBSD.org
COMMENT= Headers and Libraries for Windows cross-development
CONFLICTS= mingw-bin-msvcrt-*
RUNTIMEVERSION= 3.14
APIVERSION= 3.11
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>
|