1999-03-18 08:38:33 +00:00
|
|
|
# New ports collection makefile for: fftw
|
|
|
|
# Date created: Dec 28 1998
|
1999-10-02 16:54:38 +00:00
|
|
|
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
|
1999-03-18 08:38:33 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1999-03-18 08:38:33 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:20:58 +00:00
|
|
|
PORTNAME= fftw
|
|
|
|
PORTVERSION= 2.1.3
|
1999-03-18 08:38:33 +00:00
|
|
|
CATEGORIES= math
|
1999-06-25 23:52:57 +00:00
|
|
|
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
|
|
|
|
ftp://theory.lcs.mit.edu/pub/fftw/ \
|
1999-04-03 00:56:05 +00:00
|
|
|
ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/
|
1999-03-18 08:38:33 +00:00
|
|
|
|
1999-10-02 16:54:38 +00:00
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
1999-03-18 08:38:33 +00:00
|
|
|
|
1999-04-03 00:56:05 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
1999-03-18 08:38:33 +00:00
|
|
|
|
1999-04-03 00:56:05 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-03-18 08:38:33 +00:00
|
|
|
|
|
|
|
.if ${ARCH} == "i386"
|
1999-04-03 00:56:05 +00:00
|
|
|
CONFIGURE_ARGS= --enable-i386-hacks
|
1999-03-18 08:38:33 +00:00
|
|
|
.endif
|
1999-04-03 00:56:05 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-shared
|
1999-03-18 08:38:33 +00:00
|
|
|
|
|
|
|
post-install:
|
1999-04-03 00:56:05 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/fftw
|
|
|
|
${CP} ${WRKSRC}/doc/fftw.ps ${PREFIX}/share/doc/fftw
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|