mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
9f14548a75
- Lazarus BUMP PORTREVISION - Connect www/fpc-googleapi and devel/fpc-fcl-pdf
23 lines
497 B
Makefile
23 lines
497 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= math lang
|
|
PKGNAMESUFFIX= -fftw
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal interface to the FFTW3 library
|
|
|
|
USE_FPC= yes
|
|
|
|
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"
|