aboutsummaryrefslogtreecommitdiff
path: root/devel/mingw
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-06-26 19:19:10 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-06-26 19:19:10 +0000
commit5c18dbcca45799dd69eab193e688a1e308e12433 (patch)
tree40b7f36c82fcc311c9df6119890b76605d959358 /devel/mingw
parent9ef89b7e83bedbc21496dce5ec7806c5fd482bf4 (diff)
downloadports-5c18dbcca45799dd69eab193e688a1e308e12433.tar.gz
ports-5c18dbcca45799dd69eab193e688a1e308e12433.zip
Notes
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 000000000000..a1102e700142
--- /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 000000000000..b1f8e5512455
--- /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 000000000000..cfa414df4294
--- /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 000000000000..2443c6dfea42
--- /dev/null
+++ b/devel/mingw/pkg-plist
@@ -0,0 +1 @@
+@comment no files - this is a meta port