pkgsrc/cross/mingw-runtime-bin/Makefile
wiz 0b0f115748 Move remaining users of USE_CROSSBASE to just install into ${PREFIX}/cross.
To simplify infrastructure.

Ok joerg@

XXX: nios2-gcc3 loops endlessly during build, before and after change,
so untested.
XXX: nios2-gcc does not build on -current, in the same way before
and after the change, so untested.
2016-06-19 16:20:27 +00:00

24 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/06/19 16:20:27 wiz Exp $
DISTNAME= mingw-runtime-3.14
PKGNAME= mingw-runtime-bin-3.14
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_MINGW}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mingw.sourceforge.net/
COMMENT= GCC runtime libraries for win32 cross-development
NO_BUILD= yes
NO_CONFIGURE= yes
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS+= ${MINGW_TARGET}
do-install:
cd ${WRKSRC} && pax -rw -pp bin include lib \
${DESTDIR}${PREFIX}/cross/${MINGW_TARGET}
.include "../../cross/mingw/Makefile.common"
.include "../../mk/bsd.pkg.mk"