summaryrefslogtreecommitdiffstats
path: root/devel/mingw
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-06-26 19:19:10 +0000
committerknu <knu@FreeBSD.org>2000-06-26 19:19:10 +0000
commit7cbd394dd1d96e7b8d5e31bbc8d0852ebe7651b1 (patch)
treefc81e3629310828a0007a827531410aeafb9ea06 /devel/mingw
parent0cb546642ca0febdf59c538cc2f87affdb5c222f (diff)
downloadFreeBSD-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')
-rw-r--r--devel/mingw/Makefile25
-rw-r--r--devel/mingw/pkg-comment1
-rw-r--r--devel/mingw/pkg-descr10
-rw-r--r--devel/mingw/pkg-plist1
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/mingw/Makefile b/devel/mingw/Makefile
new file mode 100644
index 0000000..a1102e7
--- /dev/null
+++ b/devel/mingw/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: mingw
+# Date created: 6 June 2000
+# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mingw
+PORTVERSION= 2000.03.27
+CATEGORIES= devel
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= tino@pa2.so-net.ne.jp
+
+BUILD_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
+ mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
+RUN_DEPENDS= i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc
+
+NO_BUILD= yes
+
+do-install:
+ @${DO_NADA}
+
+.include <bsd.port.mk>
diff --git a/devel/mingw/pkg-comment b/devel/mingw/pkg-comment
new file mode 100644
index 0000000..b1f8e55
--- /dev/null
+++ b/devel/mingw/pkg-comment
@@ -0,0 +1 @@
+Cross development for Windows
diff --git a/devel/mingw/pkg-descr b/devel/mingw/pkg-descr
new file mode 100644
index 0000000..cfa414d
--- /dev/null
+++ b/devel/mingw/pkg-descr
@@ -0,0 +1,10 @@
+`Mingw' refers to the "Minimalist" GNU-Win32 project.
+
+Mingw is a compiler system based on the GNU gcc/egcs projects
+that compiles code to be run on Win32 (Windows) systems.
+It provides C, C++ and Fortran compilers plus other related tools.
+
+This package is a meta port that depends on other packages:
+ mingw-binutils, mingw-bin-msvcrt, mingw-gcc
+
+WWW: http://www.geocities.com/Tokyo/Towers/6162/gcc.html
diff --git a/devel/mingw/pkg-plist b/devel/mingw/pkg-plist
new file mode 100644
index 0000000..2443c6d
--- /dev/null
+++ b/devel/mingw/pkg-plist
@@ -0,0 +1 @@
+@comment no files - this is a meta port
OpenPOWER on IntegriCloud