pkgsrc/pkgtools/cwrappers/Makefile
rillig b686dd9180 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:43 +00:00

33 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.25 2020/01/18 23:33:25 rillig Exp $
PKGNAME= cwrappers-20180325
CATEGORIES= pkgtools sysutils
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://www.NetBSD.org/
COMMENT= pkgsrc compiler wrappers
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_BSD_MAKEFILE= yes
USE_FEATURES= nbcompat
INSTALLATION_DIRS= libexec/cwrappers
.include "../../mk/bsd.prefs.mk"
CHECK_PERMS= no
PKGSRC_LOCKTYPE= none # avoid dependency cycles with pkgtool/shlock
.if ${OPSYS} != "NetBSD" || !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*)
MAKE_ENV+= NEED_MI_VECTOR_HASH=1
.endif
CFLAGS.FreeBSD+= -D_WITH_GETLINE
CFLAGS.Linux+= -D_GNU_SOURCE=1
do-extract:
${CP} -R ${FILESDIR}/bin ${WRKSRC}
${TOUCH} ${WRKSRC}/transform-gcc.c
.include "../../mk/bsd.pkg.mk"