5ae59fedca
changes: * Expand and revise Maxima reference manual * Fast integer factorization * Improvements to plotting functions * Improvements to Xmaxima user interface * Several bug fixes to definite integral functions * Several new add-on packages * Many minor improvements * Many bug fixes
21 lines
473 B
Makefile
21 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/10/23 09:50:44 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= maxima-5.10.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://maxima.sourceforge.net/
|
|
COMMENT= Computer algebra system
|
|
|
|
DEPENDS+= clisp-[0-9]*:../../lang/clisp
|
|
DEPENDS+= tk-[0-9]*:../../x11/tk
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-clisp
|
|
USE_TOOLS+= perl
|
|
|
|
INFO_FILES= # PLIST
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|