diff options
author | adam <adam@pkgsrc.org> | 2004-03-05 14:46:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-03-05 14:46:23 +0000 |
commit | b522a88d716959cffcdb6e42834a961d21fbcb8a (patch) | |
tree | 3bffd173f68c492d3e7ce7699b652a53dd225054 /math/cln/Makefile | |
parent | d797fe457af56314e827c0f72f9d67b72afdcc43 (diff) | |
download | pkgsrc-b522a88d716959cffcdb6e42834a961d21fbcb8a.tar.gz |
CLN - Class Library for Numbers is a C++ library providing the following
features:
* Rich set of number classes
* Elementary, logical, transcendental functions
* C++ as implementation language brings efficiency, type safety,
and algebraic syntax
* Memory efficiency
* Speed efficiency
* Interoperability
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r-- | math/cln/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile new file mode 100644 index 00000000000..8696270a351 --- /dev/null +++ b/math/cln/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/05 14:46:23 adam Exp $ +# + +DISTNAME= cln-1.1.6 +CATEGORIES= math +MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ \ + ftp://ftp.santafe.edu/pub/gnu/ \ + ftp://ftp.ilog.fr/pub/Users/haible/gnu/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://www.ginac.de/CLN/ +COMMENT= CLN Class Library for Numbers + +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/cln.pc.in + +INFO_FILES= cln.info + +.include "../../mk/bsd.pkg.mk" |