823747ec01
This is mainly bug fix release, other changes include semirings, monoids, and integration of rational functions.
25 lines
567 B
Makefile
25 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/06/26 18:20:51 asau 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}
|
|
|
|
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"
|