Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

25
math/mpcomplex/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.6 2012/09/13 17:34:22 asau Exp $
DISTNAME= mpc-1.0.1
PKGNAME= mpcomplex-1.0.1
CATEGORIES= math
MASTER_SITES= http://www.multiprecision.org/mpc/download/
MAINTAINER= MarkoSchuetz@web.de
HOMEPAGE= http://www.multiprecision.org/mpc/
COMMENT= Multiprecision complex arithmetic library
LICENSE= gnu-lgpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= 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"