diff options
Diffstat (limited to 'math/fftw3')
-rw-r--r-- | math/fftw3/Makefile | 32 | ||||
-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 | 23 |
5 files changed, 0 insertions, 73 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile deleted file mode 100644 index 1a2436774bbf..000000000000 --- a/math/fftw3/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: fftw -# Version required: 2.1.1 -# Date created: Dec 28 1998 -# Whom: Lars Koeller <lkoeller@cc.fh-lippe.de> -# -# $Id: Makefile,v 1.1.1.1 1999/03/18 08:38:33 taoka Exp $ -# - -DISTNAME= fftw-2.1.1 -CATEGORIES= math -MASTER_SITES= ftp://theory.lcs.mit.edu/pub/fftw/ \ - ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ - -MAINTAINER= lkoeller@cc.fh-lippe.de - -.include <bsd.port.pre.mk> - -GNU_CONFIGURE= yes -USE_GMAKE= 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 8e9f09fcc24b..000000000000 --- a/math/fftw3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fftw-2.1.1.tar.gz) = f08c76e452d5a8642aefcd61cc4597e0 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 70619c9a2ec8..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 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://theory.lcs.mit.edu/~fftw diff --git a/math/fftw3/pkg-plist b/math/fftw3/pkg-plist deleted file mode 100644 index 33aea15032d0..000000000000 --- a/math/fftw3/pkg-plist +++ /dev/null @@ -1,23 +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 [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@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 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -share/doc/fftw/fftw.ps -@dirrm share/doc/fftw |