diff options
Diffstat (limited to 'devel/mingw')
-rw-r--r-- | devel/mingw/Makefile | 25 | ||||
-rw-r--r-- | devel/mingw/pkg-comment | 1 | ||||
-rw-r--r-- | devel/mingw/pkg-descr | 10 | ||||
-rw-r--r-- | devel/mingw/pkg-plist | 1 |
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 |