mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
- Take maintainership. PR: 247298 Submitted by: /me Approved by: stephen (previous maintainer) Differential Revision: D24195
6 lines
219 B
Text
6 lines
219 B
Text
SAGE_SPKG_CONFIGURE([maxima], [
|
|
AC_PATH_PROG([MAXIMA], [maxima])
|
|
AS_IF([test x$MAXIMA = x], [
|
|
AC_MSG_NOTICE([maxima not found. Installing maxima])
|
|
sage_spkg_install_maxima=yes])
|
|
])
|