summaryrefslogtreecommitdiff
path: root/math/maxima/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-04-28 19:07:52 +0000
committerdrochner <drochner@pkgsrc.org>2005-04-28 19:07:52 +0000
commit53719d881435d163d9cef17030d2787c2f64883f (patch)
tree71bd3d5ff3779685ca012b9d57cba1482eee10fa /math/maxima/Makefile
parent79a554318afc2a42cb293ee171fdffc6925317ef (diff)
downloadpkgsrc-53719d881435d163d9cef17030d2787c2f64883f.tar.gz
import maxima-5.9.1, a computer algebra system
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r--math/maxima/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
new file mode 100644
index 00000000000..88dadc18052
--- /dev/null
+++ b/math/maxima/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/28 19:07:52 drochner Exp $
+#
+
+DISTNAME= maxima-5.9.1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
+
+MAINTAINER= tech-pkg@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
+
+.include "../../mk/bsd.pkg.mk"