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
10 lines
296 B
Text
10 lines
296 B
Text
SAGE_SPKG_CONFIGURE(
|
|
[mathjax], [dnl direct testing of file existence
|
|
AC_MSG_CHECKING(MathJax installation...)
|
|
if [[ -f %%LOCALBASE%%/www/MathJax/MathJax.js ]] ; then
|
|
AC_MSG_RESULT(OK)
|
|
else
|
|
AC_MSG_RESULT(KO)
|
|
sage_spkg_install_mathjax=yes
|
|
fi
|
|
])
|