4b5930e48a
dependencies in kernel - Add patch file to solve some linking problem - Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by default). fpc is not working with lld. We will use binutils-ports when ld.bfd is moved from base if lld not working on future version of fpc - Bump PORTREVISION
21 lines
403 B
Makefile
21 lines
403 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= math lang
|
|
PKGNAMESUFFIX= -fftw
|
|
|
|
COMMENT= Free Pascal interface to the FFTW3 library
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= FFTW3
|
|
FFTW3_DESC= Install FFTW3 library
|
|
OPTIONS_DEFAULT= FFTW3
|
|
|
|
FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|