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.
17 lines
440 B
Makefile
17 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:16 rillig Exp $
|
|
|
|
DISTNAME= mingw-3.3.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= cross
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://mingw.sourceforge.net/
|
|
COMMENT= GCC tools for win32 cross-development
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../cross/mingw-binutils/buildlink3.mk"
|
|
.include "../../cross/mingw-gcc/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|