3c0620138d
Submitted by Aleksej Saushev in PR pkg/39404. Changes since Maxima 5.15 Major changes: * ECL can build Maxima via autoconf machinery Other revisions: * Revision and extension of code for exponential integral functions * Revision and extension of code for hypergeometric functions * share/contrib/amatrix: revisions * share/contrib/gf: bug fixes * share/contrib/sarag: revisions * share/contrib/zeilberger: revisions * share/contrib/graphs: revisions * share/contrib/distrib: revisions and new test script * share/contrib/maximaMathML: revisions * share/tensor: additional demonstrations * Patches for Lispworks and MCL * Revisions and extensions of reference manual and its translations Plus various bug fixes.
29 lines
729 B
Makefile
29 lines
729 B
Makefile
# $NetBSD: Makefile,v 1.19 2008/08/25 22:14:17 ahoka Exp $
|
|
#
|
|
|
|
DISTNAME= maxima-5.16.3
|
|
# On updates, please make sure editors/TeXmacs knows about the new
|
|
# version number.
|
|
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://maxima.sourceforge.net/
|
|
COMMENT= Computer algebra system
|
|
|
|
# Note: lisp backend is depended and setup up for in options.mk
|
|
DEPENDS+= tk-[0-9]*:../../x11/tk
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl
|
|
REPLACE_SH= doc/misc/grepforvariables.sh
|
|
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|