mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
97d81944e8
- Take maintainership. PR: 247298 Submitted by: /me Approved by: stephen (previous maintainer) Differential Revision: D24195
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
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])
|
|
])
|
|
])
|