forked from Lainports/opnsense-ports
15 lines
332 B
Makefile
15 lines
332 B
Makefile
PORTNAME= fftw3
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
COMMENT= Ruby interface to the FFTW ver.3
|
|
WWW= http://ruby.gfd-dennou.org/products/ruby-fftw3/
|
|
|
|
RUN_DEPENDS= rubygem-narray>0:math/rubygem-narray
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|