summaryrefslogtreecommitdiff
path: root/math/fpc-fftw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--math/fpc-fftw/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/math/fpc-fftw/Makefile b/math/fpc-fftw/Makefile
deleted file mode 100644
index aef7da0fecf6..000000000000
--- a/math/fpc-fftw/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-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"