diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-09-14 12:25:00 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-09-14 12:25:00 +0000 |
commit | 207dd9a17f15dab95bf5e1dad8c36be8d5971833 (patch) | |
tree | 53d3792abc15d4ad5f9551612182d7131ed66530 /math/fricas/Makefile | |
parent | 8c31ecb6e22491933c35c5d8ade20d0461aa5534 (diff) | |
download | pkgsrc-207dd9a17f15dab95bf5e1dad8c36be8d5971833.tar.gz |
Import fricas-1.0.3 as math/fricas.
Packaged by Aleksej Saushev with help from Yorick Hardy
in the pkgsrc-wip project.
FriCAS is a fork of Axiom.
FriCAS algebra library is written in a high level strongly typed
language (Spad), which allows natural expression of mathematical
algorithms.
FriCAS uses lightweight developement methodology. Compared to Axiom
FriCAS is significantly restructured -- it is more portable and fixed
several defects. FriCAS removed rather large unused parts (without
removing functionality). It is expected that FriCAS will be much
easier to maintain than original Axiom.
Diffstat (limited to 'math/fricas/Makefile')
-rw-r--r-- | math/fricas/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile new file mode 100644 index 00000000000..48eb30d0d4b --- /dev/null +++ b/math/fricas/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/14 12:25:30 ahoka Exp $ + +PKGNAME= fricas-1.0.3 +DISTNAME= ${PKGNAME}-full +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= asau@inbox.ru +HOMEPAGE= http://fricas.sourceforge.net/ +COMMENT= FriCAS is a fork of the Axiom computer algebra system + +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} + +BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake + +PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + +.include "options.mk" + +.include "../../mk/bsd.pkg.mk" |