Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.3 2014/04/19 01:15:20 asau Exp $
# $NetBSD: Makefile,v 1.5 2016/06/19 16:23:59 wiz Exp $
DISTNAME= mingw-runtime-3.14
PKGNAME= mingw-runtime-bin-3.14
PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_MINGW}
@@ -11,7 +12,6 @@ COMMENT= GCC runtime libraries for win32 cross-development
NO_BUILD= yes
NO_CONFIGURE= yes
USE_CROSSBASE= yes
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}
@@ -19,7 +19,7 @@ INSTALLATION_DIRS+= ${MINGW_TARGET}
do-install:
cd ${WRKSRC} && pax -rw -pp bin include lib \
${DESTDIR}${PREFIX}/${MINGW_TARGET}
${DESTDIR}${PREFIX}/cross/${MINGW_TARGET}
.include "../../cross/mingw/Makefile.common"
.include "../../mk/bsd.pkg.mk"