mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
- Take maintainership. PR: 247298 Submitted by: /me Approved by: stephen (previous maintainer) Differential Revision: D24195
8 lines
249 B
Text
8 lines
249 B
Text
SAGE_SPKG_CONFIGURE([libhomfly], [
|
|
SAGE_SPKG_DEPCHECK([gc], [
|
|
AC_CHECK_HEADER([homfly.h], [
|
|
AC_SEARCH_LIBS([homfly], [homfly], [
|
|
], [sage_spkg_install_libhomfly=yes])
|
|
], [sage_spkg_install_libhomfly=yes])
|
|
])
|
|
])
|