pkgsrc/cross/mingw-w64/Makefile
ryoon af5d0fa997 cross/mingw-w64: import mingw-w64-5.0.4
Mingw-w64 is an advancement of the original mingw.org project,
created to support the GCC compiler on Windows systems. It has
forked it in 2007 in order to provide support for 64 bits and new
APIs. It has since then gained widespread use and distribution.
2018-06-07 19:09:24 +00:00

17 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/06/07 19:09:24 ryoon Exp $
DISTNAME= mingw-w64-5.0.4
CATEGORIES= cross
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://mingw-w64.org/
COMMENT= Cross toolchains for win32 and win64 cross-development
META_PACKAGE= yes
DEPENDS+= mingw-w64-x86_64-gcc-[0-9]*:../../cross/mingw-w64-x86_64-gcc
DEPENDS+= mingw-w64-i686-gcc-[0-9]*:../../cross/mingw-w64-i686-gcc
.include "../../mk/bsd.pkg.mk"