30b55df38e
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.
26 lines
777 B
Makefile
26 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/01/19 18:52:17 agc Exp $
|
|
|
|
DISTNAME= mpc-1.0.3
|
|
PKGNAME= ${DISTNAME:S/mpc/mpcomplex/}
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.multiprecision.org/mpc/download/
|
|
MASTER_SITES+= ${MASTER_SITE_GNU:=mpc/}
|
|
|
|
MAINTAINER= MarkoSchuetz@web.de
|
|
HOMEPAGE= http://www.multiprecision.org/mpc/
|
|
COMMENT= Multiprecision complex arithmetic library
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
# The test that checks version match between binary library and
|
|
# headers MIGHT NEED THE PACKAGE INSTALLED. Might fail otherwise.
|
|
TEST_TARGET= check
|
|
|
|
BUILDLINK_API_DEPENDS.gmp+= gmp>=4.3.2
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.mpfr+= mpfr>=2.4.2
|
|
.include "../../math/mpfr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|