diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
| commit | df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch) | |
| tree | 1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /math/fftw3/Makefile | |
| parent | c31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff) | |
Diffstat (limited to 'math/fftw3/Makefile')
| -rw-r--r-- | math/fftw3/Makefile | 34 |
1 files changed, 0 insertions, 34 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> |
