Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+3 -3
View File
@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.3 2014/04/19 01:15:46 asau Exp $
# $NetBSD: Makefile,v 1.5 2016/06/19 16:23:59 wiz Exp $
DISTNAME= w32api-3.11
PKGNAME= mingw-w32api-bin-3.11
PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_MINGW}
@@ -11,7 +12,6 @@ COMMENT= GCC 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 include lib \
${DESTDIR}${PREFIX}/${MINGW_TARGET}
${DESTDIR}${PREFIX}/cross/${MINGW_TARGET}
.include "../../cross/mingw/Makefile.common"
.include "../../mk/bsd.pkg.mk"