6470789be5
Ruby bindins for Fast Fourier Transforms by using FFTW Ver.3. WWW: http://ruby.gfd-dennou.org/products/ruby-fftw3/ PR: 193454 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
20 lines
430 B
Makefile
20 lines
430 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fftw3
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
COMMENT= Ruby interface to the FFTW ver.3
|
|
|
|
RUN_DEPENDS= rubygem-narray>0:${PORTSDIR}/math/rubygem-narray
|
|
LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|