Add +abcl option to build Maxima with ABCL.
--- trunk/dports/math/maxima/Portfile 2010-12-05 19:45:51 UTC (rev 74130)
+++ trunk/dports/math/maxima/Portfile 2010-12-05 20:46:04 UTC (rev 74131)
@@ -55,6 +55,13 @@
}
}
+variant abcl description {Use ABCL instead of SBCL for Lisp } {
+ depends_lib-delete port:sbcl
+ depends_lib-append port:abcl
+ configure.args-delete --enable-sbcl
+ configure.args-append --enable-abcl
+}
+
test.run yes
test.target check