summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
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"