aboutsummaryrefslogtreecommitdiffstats
path: root/math/fpc-fftw/Makefile
blob: cac7f8d65c983253dd3602f2b0f56feb596f5356 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    fpc-fftw
# Date created:     2006-09-05
# Whom:         Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#

PORTREVISION=   0
CATEGORIES= math lang
PKGNAMESUFFIX=  -fftw

MAINTAINER= acm@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=    FFTW3   "Install FFTW3 library" on

.include "${MASTERDIR}/Makefile"