diff options
Diffstat (limited to 'math/fftw3')
-rw-r--r-- | math/fftw3/Makefile | 34 | ||||
-rw-r--r-- | math/fftw3/distinfo | 1 | ||||
-rw-r--r-- | math/fftw3/pkg-comment | 1 | ||||
-rw-r--r-- | math/fftw3/pkg-descr | 16 | ||||
-rw-r--r-- | math/fftw3/pkg-plist | 20 |
5 files changed, 0 insertions, 72 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile deleted file mode 100644 index 01dbeb04708d..000000000000 --- a/math/fftw3/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: fftw -# Date created: Dec 28 1998 -# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> -# -# $FreeBSD$ -# - -PORTNAME= fftw -PORTVERSION= 2.1.3 -CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - ftp://theory.lcs.mit.edu/pub/fftw/ \ - ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ - -MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE - -.include <bsd.port.pre.mk> - -GNU_CONFIGURE= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes - -.if ${ARCH} == "i386" -CONFIGURE_ARGS= --enable-i386-hacks -.endif -CONFIGURE_ARGS+=--enable-shared - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/fftw - ${CP} ${WRKSRC}/doc/fftw.ps ${PREFIX}/share/doc/fftw -.endif - -.include <bsd.port.post.mk> diff --git a/math/fftw3/distinfo b/math/fftw3/distinfo deleted file mode 100644 index 66a26e1f2a47..000000000000 --- a/math/fftw3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fftw-2.1.3.tar.gz) = c6c51a4243f0f998ae4c9416108ebba0 diff --git a/math/fftw3/pkg-comment b/math/fftw3/pkg-comment deleted file mode 100644 index 2e2e602fb16b..000000000000 --- a/math/fftw3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast C routines to compute the Discrete Fourier Transform diff --git a/math/fftw3/pkg-descr b/math/fftw3/pkg-descr deleted file mode 100644 index 54f6e50615c5..000000000000 --- a/math/fftw3/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -FFTW is a C subroutine library for computing the Discrete Fourier Transform -(DFT) in one or more dimensions, of both real and complex data, and of -arbitrary input size. We believe that FFTW, which is free software, should -become the FFT library of choice for most applications. Our benchmarks, -performed on a variety of platforms, show that FFTW's performance is -typically superior to that of other publicly available FFT software. -Moreover, FFTW's performance is portable: the program will perform well on -most architectures without modification. - -The FFTW package was developed at MIT by Matteo Frigo and Steven G. -Johnson. Please send email to fftw@theory.lcs.mit.edu so that we can keep -track of users and send you information about new releases. The latest -version of FFTW, benchmarks, links, and other information can be found at -the FFTW home page. - -WWW: http://www.fftw.org/ diff --git a/math/fftw3/pkg-plist b/math/fftw3/pkg-plist deleted file mode 100644 index 0ea1930b799c..000000000000 --- a/math/fftw3/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -include/fftw.h -include/rfftw.h -@unexec install-info --delete %D/info/fftw.info %D/info/dir -info/fftw.info -info/fftw.info-1 -info/fftw.info-2 -info/fftw.info-3 -info/fftw.info-4 -info/fftw.info-5 -@exec install-info %D/info/fftw.info %D/info/dir -lib/libfftw.a -lib/libfftw.la -lib/libfftw.so -lib/libfftw.so.2 -lib/librfftw.a -lib/librfftw.la -lib/librfftw.so -lib/librfftw.so.2 -share/doc/fftw/fftw.ps -@dirrm share/doc/fftw |