summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-10-21 19:16:45 +0000
committergarbled <garbled@pkgsrc.org>1998-10-21 19:16:45 +0000
commiteb7167f28729afd68fddffad6276d5fd3804406b (patch)
treed6acd989e7438645adbf1c779f25df88740d287b /math/fftw/Makefile
parentca0d854dae7f0410f7b8742dacfa275633b3adab (diff)
downloadpkgsrc-eb7167f28729afd68fddffad6276d5fd3804406b.tar.gz
Initial import of fftw-2.0.1
a collection of fast C routines to compute DFTs
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r--math/fftw/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
new file mode 100644
index 00000000000..16babb9657e
--- /dev/null
+++ b/math/fftw/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/21 19:16:45 garbled Exp $
+
+DISTNAME= fftw-2.0.1
+CATEGORIES= math
+MASTER_SITES= ftp://theory.lcs.mit.edu/pub/fftw/
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://theory.lcs.mit.edu/~fftw
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+INFO_FILES= fftw.info
+
+post-install:
+ @${RM} -f ${LOCALBASE}/lib/librfftw.la
+ @${RM} -f ${LOCALBASE}/lib/libfftw.la
+
+.include "../../mk/bsd.pkg.mk"