mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
45 lines
919 B
Makefile
45 lines
919 B
Makefile
# $NetBSD: Makefile,v 1.46 2013/07/09 15:46:45 tsutsui Exp $
|
|
|
|
DISTNAME= fftw-3.3.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
|
|
http://www.fftw.org/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.fftw.org/
|
|
COMMENT= Collection of fast C routines to compute DFTs
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= c
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-shared
|
|
|
|
.include "options.mk"
|
|
|
|
PKGCONFIG_OVERRIDE+= fftw.pc.in
|
|
INFO_FILES= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if defined(PKGSRC_RUN_TEST) && !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
|
|
USE_TOOLS+= perl
|
|
.endif
|
|
|
|
PLIST_VARS+= pthreads
|
|
|
|
PTHREAD_OPTS= native
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.if !empty(PTHREAD_TYPE:Mnative)
|
|
CONFIGURE_ARGS+= --enable-threads
|
|
PLIST.pthreads= yes
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|