diff options
author | knu <knu@FreeBSD.org> | 2000-06-26 19:19:10 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-06-26 19:19:10 +0000 |
commit | 7cbd394dd1d96e7b8d5e31bbc8d0852ebe7651b1 (patch) | |
tree | fc81e3629310828a0007a827531410aeafb9ea06 /devel/mingw-bin-msvcrt/Makefile | |
parent | 0cb546642ca0febdf59c538cc2f87affdb5c222f (diff) | |
download | FreeBSD-ports-7cbd394dd1d96e7b8d5e31bbc8d0852ebe7651b1.zip FreeBSD-ports-7cbd394dd1d96e7b8d5e31bbc8d0852ebe7651b1.tar.gz |
Add mingw, cross development suite for MS Windows.
PR: ports/19107
Submitted by: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
Diffstat (limited to 'devel/mingw-bin-msvcrt/Makefile')
-rw-r--r-- | devel/mingw-bin-msvcrt/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/mingw-bin-msvcrt/Makefile b/devel/mingw-bin-msvcrt/Makefile new file mode 100644 index 0000000..5529ba1 --- /dev/null +++ b/devel/mingw-bin-msvcrt/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: mingw-bin-msvcrt +# Date created: 6 June 2000 +# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp> +# +# $FreeBSD$ +# + +PORTNAME= bin-msvcrt +PORTVERSION= 2000.03.27 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/runtime/ +PKGNAMEPREFIX= mingw- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} + +MAINTAINER= tino@pa2.so-net.ne.jp + +NO_MTREE= yes +USE_ZIP= yes +NO_WRKSUBDIR= yes + +post-extract: + @${CP} ${FILESDIR}/Makefile ${WRKDIR} + +.include <bsd.port.mk> |