pkgsrc/cross/mingw-w32api-bin/Makefile
asau 7e90220b36 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.
2010-03-15 18:34:36 +00:00

27 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/03/15 18:34:41 asau Exp $
DISTNAME= w32api-3.11
PKGNAME= mingw-w32api-bin-3.11
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_MINGW}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mingw.sourceforge.net/
COMMENT= GCC libraries for win32 cross-development
PKG_DESTDIR_SUPPORT= user-destdir
NO_BUILD= yes
NO_CONFIGURE= yes
USE_CROSSBASE= yes
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS+= ${MINGW_TARGET}
do-install:
cd ${WRKSRC} && pax -rw -pe include lib \
${DESTDIR}${PREFIX}/${MINGW_TARGET}
.include "../../cross/mingw/Makefile.common"
.include "../../mk/bsd.pkg.mk"