From 7cbd394dd1d96e7b8d5e31bbc8d0852ebe7651b1 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 26 Jun 2000 19:19:10 +0000 Subject: Add mingw, cross development suite for MS Windows. PR: ports/19107 Submitted by: Toshihiro Inoue --- devel/mingw/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 devel/mingw/Makefile (limited to 'devel/mingw/Makefile') 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 +# +# $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 -- cgit