pkgsrc-wip/mingw-w64-gcc/Makefile
Tobias Nygren 3f5c2642a5 Import mingw-w64-gcc-4.5.1 as wip/mingw-w64-gcc.
This is GNU GCC, targeted for:
  i686-w64-mingw32
  x86_64-w64-mingw32

This package contains only the core components.
For a working environment, "mingw-w64-libgcc" must be installed as well.
2010-08-11 14:33:10 +00:00

10 lines
227 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/08/11 14:33:10 tnn2 Exp $
#
PKGNAME= mingw-w64-${DISTNAME}
COMMENT= GNU C/C++ Compiler for win32/64 cross-development
BUILD_TARGET= all-gcc
INSTALL_TARGET= install-gcc
.include "common.mk"