diff options
author | asau <asau@pkgsrc.org> | 2010-03-15 18:34:36 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-03-15 18:34:36 +0000 |
commit | e416b2f4ae1097610c35918d2cfea5565868f66a (patch) | |
tree | 3456c799619b7e02a77d1a707ab77b24c36a29f9 /cross/mingw-w32api-bin/Makefile | |
parent | 833496c9ecd79dca0b5fccb1c7338e925704bf8a (diff) | |
download | pkgsrc-e416b2f4ae1097610c35918d2cfea5565868f66a.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-w32api-bin/Makefile')
-rw-r--r-- | cross/mingw-w32api-bin/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/cross/mingw-w32api-bin/Makefile b/cross/mingw-w32api-bin/Makefile new file mode 100644 index 00000000000..664e9849dc6 --- /dev/null +++ b/cross/mingw-w32api-bin/Makefile @@ -0,0 +1,27 @@ +# $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" |