mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $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"
|