pkgsrc/math/fricas/Makefile
ahoka 207dd9a17f 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.
2008-09-14 12:25:00 +00:00

25 lines
577 B
Makefile

# $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"