7e90220b36
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.
17 lines
427 B
Makefile
17 lines
427 B
Makefile
# $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"
|