summaryrefslogtreecommitdiffstats
path: root/math/ruby-fftw3/Makefile
blob: 555a4d942a6bf54dd372eb13f44f565191facfcb (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Created by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
# $FreeBSD$

PORTNAME=	fftw3
PORTVERSION=	0.4
PORTREVISION=	3
CATEGORIES=	math ruby
MASTER_SITES=	http://ruby.gfd-dennou.org/products/ruby-fftw3/release/ \
		http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-fftw3/release/ \
		http://dennou-q.gfd-dennou.org/library/ruby/products/ruby-fftw3/release/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	murashin@gfd-dennou.org
COMMENT=	Ruby interface to the FFTW ver.3

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/math/fftw3
BUILD_DEPENDS=	rubygem-narray>=0:${PORTSDIR}/math/rubygem-narray
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes

CONFIGURE_ARGS+=	--with-narray-include=${LOCALBASE}/lib/ruby/gems/${RUBY_VER}/gems/narray-${NARRAY_VERSION}/

DOCS=		LICENSE.txt doc/*

OPTIONS_DEFINE=	DOCS

DEPRECATED=	Depends on deprecated math/ruby-narray
EXPIRATION_DATE=	2014-09-20

post-install:
	${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor

.include "${.CURDIR}/../rubygem-narray/Makefile.version"

.include <bsd.port.mk>
OpenPOWER on IntegriCloud