summaryrefslogtreecommitdiff
path: root/math/maxima/Makefile
diff options
context:
space:
mode:
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"