mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
8 lines
266 B
Text
8 lines
266 B
Text
SAGE_SPKG_CONFIGURE([e_antic], [
|
|
SAGE_SPKG_DEPCHECK([arb gmp flint], [
|
|
AC_CHECK_HEADER([e-antic/e-antic.h], [
|
|
AC_SEARCH_LIBS([renf_init], [eantic], [
|
|
], [sage_spkg_install_e_antic=yes])
|
|
], [sage_spkg_install_e_antic=yes])
|
|
])
|
|
])
|