summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
blob: ca3fbbbb08d5b5b98c690a105e377dc57f670526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.8 2003/05/02 18:04:47 jtb Exp $

.if (${MACHINE_ARCH} == "powerpc")
DISTNAME=		fftw-3.0-fma
.else
DISTNAME=		fftw-3.0
.endif
PKGNAME=		fftw-3.0
CATEGORIES=		math
MASTER_SITES=		ftp://ftp.fftw.org/pub/fftw/ \
			http://www.fftw.org/

MAINTAINER=		root@garbled.net
HOMEPAGE=		http://www.fftw.org/
COMMENT=		Collection of fast C routines to compute DFTs

USE_LIBTOOL=		yes
LIBTOOL_OVERRIDE=	${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+=	${WRKSRC}/fftw.pc.in
GNU_CONFIGURE=		yes
CONFIGURE_ARGS=		--enable-shared
USE_FORTRAN=		yes
USE_GMAKE=		yes
INFO_FILES=		fftw3.info
TEXINFO_OVERRIDE=	yes

.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"