pkgsrc/cross/mingw-runtime-bin/Makefile
rillig 508923f461 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:13 +00:00

25 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:16 rillig Exp $
DISTNAME= mingw-runtime-3.14
PKGNAME= mingw-runtime-bin-3.14
PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_MINGW}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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"