SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/libmpc/Makefile
Normal file
24
devel/libmpc/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
COMMENT= arbitrary-precision complex numbers math library
|
||||
|
||||
V= 1.1.0
|
||||
DISTNAME= mpc-${V}
|
||||
PKGNAME= libmpc-${V}
|
||||
SHARED_LIBS= mpc 1.0 # 4.0
|
||||
|
||||
CATEGORIES= devel math
|
||||
|
||||
HOMEPAGE= http://www.multiprecision.org/mpc/
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=mpc/}
|
||||
|
||||
# LGPLv3+
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
LIB_DEPENDS= devel/mpfr \
|
||||
devel/gmp,no_cxx,bootstrap
|
||||
WANTLIB= gmp m mpfr
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-mpfr=${LOCALBASE} \
|
||||
--with-gmp=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libmpc/distinfo
Normal file
2
devel/libmpc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mpc-1.1.0.tar.gz) = aYXFOBQ8EgjcsaxCztrW/1LiZ7R+X5cBg6PnUSW0PC4=
|
||||
SIZE (mpc-1.1.0.tar.gz) = 701263
|
3
devel/libmpc/pkg/DESCR
Normal file
3
devel/libmpc/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Mpc is a C library for the arithmetic of complex numbers with
|
||||
arbitrarily high precision and correct rounding of the result.
|
||||
It is built upon and follows the same principles as Mpfr.
|
5
devel/libmpc/pkg/PLIST
Normal file
5
devel/libmpc/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
include/mpc.h
|
||||
@info info/mpc.info
|
||||
lib/libmpc.a
|
||||
lib/libmpc.la
|
||||
@lib lib/libmpc.so.${LIBmpc_VERSION}
|
Loading…
Add table
Add a link
Reference in a new issue