ed109ad9b6
This release fixes a bug on x86 when the scale factor of scale_float(cl_LF, cl_I) exceeded 2^31. In addition, it improves portability to non-GCC compilers.
23 lines
537 B
Makefile
23 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.20 2011/05/18 10:08:27 drochner Exp $
|
|
|
|
DISTNAME= cln-1.3.2
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.ginac.de/CLN/ \
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= cln.pc.in
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|