pkgsrc/devel/pcc-libs/Makefile
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

28 lines
813 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/01/19 18:52:07 agc Exp $
DISTNAME= pcc-libs-1.1.0
CATEGORIES= devel
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/
MASTER_SITES+= http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/
EXTRACT_SUFX= .tgz
HOMEPAGE= http://pcc.ludd.ltu.se/
COMMENT= Runtime libraries for the Portable C Compiler
LICENSE= original-bsd
ONLY_FOR_PLATFORM= NetBSD-*-arm* NetBSD-*-i386 NetBSD-*-mips* \
NetBSD-*-powerpc NetBSD-*-sparc64 NetBSD-*-vax \
OpenBSD-*-i386 OpenBSD-*-vax \
OpenBSD-*-powerpc OpenBSD-*-sparc64 \
DragonFly-*-i386 \
MirBSD-*-i386 \
Darwin-*-i386 Darwin-*-powerpc \
FreeBSD-*-i386 \
Linux-*-i386 Linux-*-powerpc
# XXX For some reason building with bmake fails randomly.
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
.include "../../mk/bsd.pkg.mk"