summaryrefslogtreecommitdiff
path: root/cross/mingw/Makefile
diff options
context:
space:
mode:
authorasau <asau>2010-03-15 18:34:36 +0000
committerasau <asau>2010-03-15 18:34:36 +0000
commit922cda6f5a321fc2e46b5c4e329068382f2db3da (patch)
tree3456c799619b7e02a77d1a707ab77b24c36a29f9 /cross/mingw/Makefile
parent3bc822944f2a2b3120d1a6173dfc29bae9b40344 (diff)
downloadpkgsrc-922cda6f5a321fc2e46b5c4e329068382f2db3da.tar.gz
Import MinGW packages into "cross" category. From pkgsrc-wip project.
MinGW, a contraction of "Minimalist GNU for Windows," is a port of the GNU Compiler Collection (GCC), and GNU Binutils, for use in the development of native Microsoft Windows applications.
Diffstat (limited to 'cross/mingw/Makefile')
-rw-r--r--cross/mingw/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/cross/mingw/Makefile b/cross/mingw/Makefile
new file mode 100644
index 00000000000..808c4cfe15a
--- /dev/null
+++ b/cross/mingw/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/03/15 18:34:36 asau Exp $
+#
+
+DISTNAME= mingw-3.3.1
+CATEGORIES= cross
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://mingw.sourceforge.net/
+COMMENT= GCC tools for win32 cross-development
+
+META_PACKAGE= yes
+
+.include "../../cross/mingw-binutils/buildlink3.mk"
+.include "../../cross/mingw-gcc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"