Import tex-printlen-doc-1.1a as print/tex-printlen-doc.
[pkgsrc.git] / cross / mingw-runtime-bin / Makefile
1 # $NetBSD$
2
3 DISTNAME=       mingw-runtime-3.14
4 PKGNAME=        mingw-runtime-bin-3.14
5 CATEGORIES=     cross
6 MASTER_SITES=   ${MASTER_SITE_MINGW}
7
8 MAINTAINER=     pkgsrc-users@NetBSD.org
9 HOMEPAGE=       http://mingw.sourceforge.net/
10 COMMENT=        GCC runtime libraries for win32 cross-development
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 NO_BUILD=       yes
15 NO_CONFIGURE=   yes
16 USE_CROSSBASE=  yes
17 USE_TOOLS+=     pax
18 WRKSRC=         ${WRKDIR}
19
20 INSTALLATION_DIRS+=     ${MINGW_TARGET}
21
22 do-install:
23         cd ${WRKSRC} && pax -rw -pe bin include lib \
24                 ${DESTDIR}${PREFIX}/${MINGW_TARGET}
25
26 .include "../../cross/mingw/Makefile.common"
27 .include "../../mk/bsd.pkg.mk"