summaryrefslogtreecommitdiff
path: root/math/fftw3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftw3/Makefile')
-rw-r--r--math/fftw3/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
deleted file mode 100644
index 82c07059ada6..000000000000
--- a/math/fftw3/Makefile
+++ /dev/null
@@ -1,38 +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.5
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
- ftp://ftp.fftw.org/pub/fftw/old/ \
- ftp://theory.lcs.mit.edu/pub/fftw/ \
- ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/
-
-MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
-COMMENT= Fast C routines to compute the Discrete Fourier Transform
-
-.include <bsd.port.pre.mk>
-
-USE_LIBTOOL= yes
-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
- install-info ${PREFIX}/info/fftw.info ${PREFIX}/info/dir
-.endif
-
-.include <bsd.port.post.mk>