pkgsrc/math/cln/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

26 lines
651 B
Makefile

# $NetBSD: Makefile,v 1.28 2017/01/19 18:52:17 agc Exp $
DISTNAME= cln-1.3.4
CATEGORIES= math
MASTER_SITES= http://www.ginac.de/CLN/
MASTER_SITES+= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.ginac.de/CLN/
COMMENT= CLN Class Library for Numbers
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= cln.pc.in
INFO_FILES= yes
TEST_TARGET= check
# Work around broken configure test
CONFIGURE_ENV.SunOS+= cl_cv_proto_perror=yes
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"