summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r--math/fftw/Makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index b6a4bbe64081..1a2436774bbf 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,32 +1,32 @@
# New ports collection makefile for: fftw
-# Version required: 2.0.1
+# Version required: 2.1.1
# Date created: Dec 28 1998
# Whom: Lars Koeller <lkoeller@cc.fh-lippe.de>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/03/18 08:38:33 taoka Exp $
#
-DISTNAME= fftw-2.0.1
+DISTNAME= fftw-2.1.1
CATEGORIES= math
MASTER_SITES= ftp://theory.lcs.mit.edu/pub/fftw/ \
- ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
+ ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/
-MAINTAINER= Lars.Koeller@Uni-Bielefeled.DE
+MAINTAINER= lkoeller@cc.fh-lippe.de
-HAS_CONFIGURE= YES
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
.if ${ARCH} == "i386"
- CONFIGURE_ARGS= --enable-i386-hacks
+CONFIGURE_ARGS= --enable-i386-hacks
.endif
-
-CONFIGURE_ARGS+= --enable-shared
+CONFIGURE_ARGS+=--enable-shared
post-install:
- if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
- .for info in fftw.info
- install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
- .endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/fftw
+ ${CP} ${WRKSRC}/doc/fftw.ps ${PREFIX}/share/doc/fftw
+.endif
+
+.include <bsd.port.post.mk>